HttpsTransportBindingElement Konstruktoren

Definition

Initialisiert eine neue Instanz von HttpsTransportBindingElement.

Überlädt

HttpsTransportBindingElement()

Initialisiert eine neue Instanz der HttpsTransportBindingElement-Klasse.

HttpsTransportBindingElement(HttpsTransportBindingElement)

Initialisiert eine neue Instanz der HttpsTransportBindingElement-Klasse.

HttpsTransportBindingElement()

Initialisiert eine neue Instanz der HttpsTransportBindingElement-Klasse.

public:
 HttpsTransportBindingElement();
public HttpsTransportBindingElement ();
Public Sub New ()

Gilt für

HttpsTransportBindingElement(HttpsTransportBindingElement)

Initialisiert eine neue Instanz der HttpsTransportBindingElement-Klasse.

protected:
 HttpsTransportBindingElement(System::ServiceModel::Channels::HttpsTransportBindingElement ^ elementToBeCloned);
protected HttpsTransportBindingElement (System.ServiceModel.Channels.HttpsTransportBindingElement elementToBeCloned);
new System.ServiceModel.Channels.HttpsTransportBindingElement : System.ServiceModel.Channels.HttpsTransportBindingElement -> System.ServiceModel.Channels.HttpsTransportBindingElement
Protected Sub New (elementToBeCloned As HttpsTransportBindingElement)

Parameter

elementToBeCloned
HttpsTransportBindingElement

Eine Instanz der HttpsTransportBindingElement-Klasse.

Hinweise

Diese Methode ist ein Kopierkonstruktor, mit dem das Bindungselement geklont (d. h. kopiert) wird.

Gilt für