次の方法で共有


MexHttpBindingElement コンストラクター

定義

MexHttpBindingElement クラスの新しいインスタンスを初期化します。

オーバーロード

MexHttpBindingElement()

MexHttpBindingElement クラスの新しいインスタンスを初期化します。

MexHttpBindingElement(String)

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

MexHttpBindingElement()

MexHttpBindingElement クラスの新しいインスタンスを初期化します。

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

適用対象

MexHttpBindingElement(String)

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

public:
 MexHttpBindingElement(System::String ^ name);
public MexHttpBindingElement (string name);
new System.ServiceModel.Configuration.MexHttpBindingElement : string -> System.ServiceModel.Configuration.MexHttpBindingElement
Public Sub New (name As String)

パラメーター

name
String

バインディングの名前。

適用対象