Udostępnij za pośrednictwem


WS2007FederationHttpBindingElement Konstruktory

Definicja

Inicjuje nowe wystąpienie klasy WS2007FederationHttpBindingElement.

Przeciążenia

WS2007FederationHttpBindingElement()

Inicjuje nowe wystąpienie klasy WS2007FederationHttpBindingElement.

WS2007FederationHttpBindingElement(String)

Inicjuje WS2007FederationHttpBindingElement nowe wystąpienie klasy o określonej nazwie konfiguracji.

WS2007FederationHttpBindingElement()

Inicjuje nowe wystąpienie klasy WS2007FederationHttpBindingElement.

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

Dotyczy

WS2007FederationHttpBindingElement(String)

Inicjuje WS2007FederationHttpBindingElement nowe wystąpienie klasy o określonej nazwie konfiguracji.

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

Nazwa konfiguracji powiązania. Ta wartość powinna być unikatowa, ponieważ jest używana jako identyfikacja powiązania.

Dotyczy