Share via


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 を実装できるように公開されます。

適用対象