次の方法で共有


WSFederationHttpBindingElement コンストラクター

定義

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

オーバーロード

WSFederationHttpBindingElement()

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

WSFederationHttpBindingElement(String)

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

WSFederationHttpBindingElement()

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

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

適用対象

WSFederationHttpBindingElement(String)

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

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

パラメーター

name
String

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

適用対象