Udostępnij przez


TcpTransportBindingElement Konstruktory

Definicja

Inicjuje nowe wystąpienie klasy TcpTransportBindingElement.

Przeciążenia

TcpTransportBindingElement()

Inicjuje nowe wystąpienie klasy TcpTransportBindingElement.

TcpTransportBindingElement(TcpTransportBindingElement)

Inicjuje nowe wystąpienie klasy TcpTransportBindingElement.

TcpTransportBindingElement()

Źródło:
TcpTransportBindingElement.cs
Źródło:
TcpTransportBindingElement.cs
Źródło:
TcpTransportBindingElement.cs

Inicjuje nowe wystąpienie klasy TcpTransportBindingElement.

public:
 TcpTransportBindingElement();
public TcpTransportBindingElement ();
Public Sub New ()

Przykłady

W poniższym przykładzie pokazano, jak utworzyć nowe wystąpienie TcpTransportBindingElement klasy.

TcpTransportBindingElement bElement =
    new TcpTransportBindingElement();

Dotyczy

TcpTransportBindingElement(TcpTransportBindingElement)

Źródło:
TcpTransportBindingElement.cs
Źródło:
TcpTransportBindingElement.cs
Źródło:
TcpTransportBindingElement.cs

Inicjuje nowe wystąpienie klasy TcpTransportBindingElement.

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

Wystąpienie klasy TcpTransportBindingElement.

Uwagi

Ta metoda jest konstruktorem kopiowanym używanym do klonowania elementu powiązania i jest uwidoczniona, aby klasy pochodne mogły implementować klasę Clone.

Dotyczy