Sdílet prostřednictvím


WS2007FederationHttpBindingElement Konstruktory

Definice

Inicializuje novou instanci WS2007FederationHttpBindingElement třídy.

Přetížení

WS2007FederationHttpBindingElement()

Inicializuje novou instanci WS2007FederationHttpBindingElement třídy.

WS2007FederationHttpBindingElement(String)

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

WS2007FederationHttpBindingElement()

Inicializuje novou instanci WS2007FederationHttpBindingElement třídy.

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

Platí pro

WS2007FederationHttpBindingElement(String)

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

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)

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