次の方法で共有


NamedPipeTransportBindingElement.Clone メソッド

定義

現在のバインド要素のコピーを作成します。

public:
 override System::ServiceModel::Channels::BindingElement ^ Clone();
public override System.ServiceModel.Channels.BindingElement Clone ();
override this.Clone : unit -> System.ServiceModel.Channels.BindingElement
Public Overrides Function Clone () As BindingElement

戻り値

現在のバインド要素のコピーを返します。

次の例は、現在のバインド要素のコピーを作成する方法を示しています。

BindingElement bElementCopy =
    bElement.Clone();
Dim bElementCopy As BindingElement = bElement.Clone()

適用対象