TcpTransportBindingElement 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
初始化 TcpTransportBindingElement 類別的新執行個體。
多載
TcpTransportBindingElement() |
初始化 TcpTransportBindingElement 類別的新執行個體。 |
TcpTransportBindingElement(TcpTransportBindingElement) |
初始化 TcpTransportBindingElement 類別的新執行個體。 |
TcpTransportBindingElement()
初始化 TcpTransportBindingElement 類別的新執行個體。
public:
TcpTransportBindingElement();
public TcpTransportBindingElement ();
Public Sub New ()
範例
下列範例將示範如何建立 TcpTransportBindingElement 類別的新執行個體。
TcpTransportBindingElement bElement =
new TcpTransportBindingElement();
適用於
TcpTransportBindingElement(TcpTransportBindingElement)
初始化 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。