TcpTransportBindingElement 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 TcpTransportBindingElement třídy.
Přetížení
TcpTransportBindingElement() |
Inicializuje novou instanci TcpTransportBindingElement třídy. |
TcpTransportBindingElement(TcpTransportBindingElement) |
Inicializuje novou instanci TcpTransportBindingElement třídy. |
TcpTransportBindingElement()
Inicializuje novou instanci TcpTransportBindingElement třídy.
public:
TcpTransportBindingElement();
public TcpTransportBindingElement ();
Public Sub New ()
Příklady
Následující příklad ukazuje, jak vytvořit novou instanci TcpTransportBindingElement třídy.
TcpTransportBindingElement bElement =
new TcpTransportBindingElement();
Platí pro
TcpTransportBindingElement(TcpTransportBindingElement)
Inicializuje novou instanci TcpTransportBindingElement třídy.
protected:
TcpTransportBindingElement(System::ServiceModel::Channels::TcpTransportBindingElement ^ elementToBeCloned);
protected TcpTransportBindingElement (System.ServiceModel.Channels.TcpTransportBindingElement elementToBeCloned);
new System.ServiceModel.Channels.TcpTransportBindingElement : System.ServiceModel.Channels.TcpTransportBindingElement -> System.ServiceModel.Channels.TcpTransportBindingElement
Protected Sub New (elementToBeCloned As TcpTransportBindingElement)
Parametry
- elementToBeCloned
- TcpTransportBindingElement
Instance třídy TcpTransportBindingElement
Poznámky
Tato metoda je konstruktor kopírování, který se používá ke klonování elementu binding, a je vystavena tak, aby odvozené třídy mohly implementovat Clone.