Sdílet prostřednictvím


TcpTransportBindingElement Konstruktory

Definice

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()

Zdroj:
TcpTransportBindingElement.cs
Zdroj:
TcpTransportBindingElement.cs
Zdroj:
TcpTransportBindingElement.cs

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)

Zdroj:
TcpTransportBindingElement.cs
Zdroj:
TcpTransportBindingElement.cs
Zdroj:
TcpTransportBindingElement.cs

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.

Platí pro