Język

TcpTransportBindingElement Konstruktory

Definicja

Inicjuje nowe wystąpienie klasy TcpTransportBindingElement.

Przeciążenia

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 kopii używanym do klonowania elementu powiązania i jest uwidoczniona, aby klasy pochodne mogły implementować Cloneelement .

Dotyczy