次の方法で共有


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 として使用されるため、一意である必要があります。

適用対象