Share via


MexBindingElement<TStandardBinding>(String) コンストラクター

定義

指定した名前を使用して、MexBindingElement<TStandardBinding> クラスの新しいインスタンスを初期化します。

protected:
 MexBindingElement(System::String ^ name);
protected MexBindingElement (string name);
new System.ServiceModel.Configuration.MexBindingElement<'StandardBinding (requires 'StandardBinding :> System.ServiceModel.Channels.Binding)> : string -> System.ServiceModel.Configuration.MexBindingElement<'StandardBinding (requires 'StandardBinding :> System.ServiceModel.Channels.Binding)>
Protected Sub New (name As String)

パラメーター

name
String

バインディングの名前。

適用対象