WS2007FederationHttpBindingElement コンストラクター

定義

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

オーバーロード

名前 説明
WS2007FederationHttpBindingElement()

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

WS2007FederationHttpBindingElement(String)

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

WS2007FederationHttpBindingElement()

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

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

適用対象

WS2007FederationHttpBindingElement(String)

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

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

パラメーター

name
String

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

適用対象