HttpsTransportBindingElement Konstruktory
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Inicjuje nowe wystąpienie klasy HttpsTransportBindingElement.
Przeciążenia
HttpsTransportBindingElement() |
Inicjuje nowe wystąpienie klasy HttpsTransportBindingElement. |
HttpsTransportBindingElement(HttpsTransportBindingElement) |
Inicjuje nowe wystąpienie klasy HttpsTransportBindingElement. |
HttpsTransportBindingElement()
Inicjuje nowe wystąpienie klasy HttpsTransportBindingElement.
public:
HttpsTransportBindingElement();
public HttpsTransportBindingElement ();
Public Sub New ()
Dotyczy
HttpsTransportBindingElement(HttpsTransportBindingElement)
Inicjuje nowe wystąpienie klasy HttpsTransportBindingElement.
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
Wystąpienie klasy HttpsTransportBindingElement.
Uwagi
Ta metoda jest konstruktorem kopii używanym do klonowania (tworzenia innej kopii) elementu powiązania.