Share via


WSHttpBindingBaseElement コンストラクター

定義

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

オーバーロード

WSHttpBindingBaseElement()

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

WSHttpBindingBaseElement(String)

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

WSHttpBindingBaseElement()

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

protected:
 WSHttpBindingBaseElement();
protected WSHttpBindingBaseElement ();
Protected Sub New ()

適用対象

WSHttpBindingBaseElement(String)

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

protected:
 WSHttpBindingBaseElement(System::String ^ name);
protected WSHttpBindingBaseElement (string name);
new System.ServiceModel.Configuration.WSHttpBindingBaseElement : string -> System.ServiceModel.Configuration.WSHttpBindingBaseElement
Protected Sub New (name As String)

パラメーター

name
String

バインドの構成名。 この値は、バインディングの ID として使用されるため、一意である必要があります。

適用対象