HttpsTransportBindingElement Konstruktory
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Inicializuje novou instanci objektu HttpsTransportBindingElement.
Přetížení
HttpsTransportBindingElement() |
Inicializuje novou instanci HttpsTransportBindingElement třídy. |
HttpsTransportBindingElement(HttpsTransportBindingElement) |
Inicializuje novou instanci HttpsTransportBindingElement třídy. |
HttpsTransportBindingElement()
Inicializuje novou instanci HttpsTransportBindingElement třídy.
public:
HttpsTransportBindingElement();
public HttpsTransportBindingElement ();
Public Sub New ()
Platí pro
HttpsTransportBindingElement(HttpsTransportBindingElement)
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.