共用方式為


TcpTransportBindingElement 建構函式

定義

初始化 TcpTransportBindingElement 類別的新執行個體。

多載

TcpTransportBindingElement()

初始化 TcpTransportBindingElement 類別的新執行個體。

TcpTransportBindingElement(TcpTransportBindingElement)

初始化 TcpTransportBindingElement 類別的新執行個體。

TcpTransportBindingElement()

來源:
TcpTransportBindingElement.cs
來源:
TcpTransportBindingElement.cs
來源:
TcpTransportBindingElement.cs

初始化 TcpTransportBindingElement 類別的新執行個體。

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

範例

下列範例將示範如何建立 TcpTransportBindingElement 類別的新執行個體。

TcpTransportBindingElement bElement =
    new TcpTransportBindingElement();

適用於

TcpTransportBindingElement(TcpTransportBindingElement)

來源:
TcpTransportBindingElement.cs
來源:
TcpTransportBindingElement.cs
來源:
TcpTransportBindingElement.cs

初始化 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)

參數

elementToBeCloned
TcpTransportBindingElement

TcpTransportBindingElement 類別的執行個體。

備註

這個方法是一個用來複製繫結項目的複製建構函式,而且會公開用來讓衍生類別可以實作 Clone

適用於