TransportBindingElement 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í.
Přetížení
TransportBindingElement() |
Vytvoří novou instanci této třídy. |
TransportBindingElement(TransportBindingElement) |
Vytvoří novou instanci této třídy z existující instance. |
TransportBindingElement()
Vytvoří novou instanci této třídy.
protected:
TransportBindingElement();
protected TransportBindingElement ();
Protected Sub New ()
Platí pro
TransportBindingElement(TransportBindingElement)
Vytvoří novou instanci této třídy z existující instance.
protected:
TransportBindingElement(System::ServiceModel::Channels::TransportBindingElement ^ elementToBeCloned);
protected TransportBindingElement (System.ServiceModel.Channels.TransportBindingElement elementToBeCloned);
new System.ServiceModel.Channels.TransportBindingElement : System.ServiceModel.Channels.TransportBindingElement -> System.ServiceModel.Channels.TransportBindingElement
Protected Sub New (elementToBeCloned As TransportBindingElement)
Parametry
- elementToBeCloned
- TransportBindingElement
Naklonovaná TransportBindingElement .