Sdílet prostřednictvím


WSFederationHttpBindingElement Konstruktory

Definice

Inicializuje novou instanci WSFederationHttpBindingElement třídy .

Přetížení

WSFederationHttpBindingElement()

Inicializuje novou instanci WSFederationHttpBindingElement třídy .

WSFederationHttpBindingElement(String)

Inicializuje novou instanci třídy WSFederationHttpBindingElement se zadaným názvem konfigurace.

WSFederationHttpBindingElement()

Inicializuje novou instanci WSFederationHttpBindingElement třídy .

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

Platí pro

WSFederationHttpBindingElement(String)

Inicializuje novou instanci třídy WSFederationHttpBindingElement se zadaným názvem konfigurace.

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)

Parametry

name
String

Název konfigurace vazby. Tato hodnota by měla být jedinečná, protože se používá jako identifikace vazby.

Platí pro