Sdílet prostřednictvím


HttpsTransportBindingElement Konstruktory

Definice

Inicializuje novou instanci objektu HttpsTransportBindingElement.

Přetížení

HttpsTransportBindingElement()

Inicializuje novou instanci HttpsTransportBindingElement třídy.

HttpsTransportBindingElement(HttpsTransportBindingElement)

Inicializuje novou instanci HttpsTransportBindingElement třídy.

HttpsTransportBindingElement()

Zdroj:
HttpsTransportBindingElement.cs
Zdroj:
HttpsTransportBindingElement.cs
Zdroj:
HttpsTransportBindingElement.cs

Inicializuje novou instanci HttpsTransportBindingElement třídy.

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

Platí pro

HttpsTransportBindingElement(HttpsTransportBindingElement)

Zdroj:
HttpsTransportBindingElement.cs
Zdroj:
HttpsTransportBindingElement.cs
Zdroj:
HttpsTransportBindingElement.cs

Inicializuje novou instanci HttpsTransportBindingElement třídy.

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)

Parametry

elementToBeCloned
HttpsTransportBindingElement

Instance třídy HttpsTransportBindingElement

Poznámky

Tato metoda je konstruktor kopírování, který se používá ke klonování (vytvoření další kopie) elementu binding.

Platí pro