Udostępnij za pośrednictwem


WSFederationHttpBindingElement Konstruktory

Definicja

Inicjuje nowe wystąpienie klasy WSFederationHttpBindingElement.

Przeciążenia

WSFederationHttpBindingElement()

Inicjuje nowe wystąpienie klasy WSFederationHttpBindingElement.

WSFederationHttpBindingElement(String)

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

WSFederationHttpBindingElement()

Inicjuje nowe wystąpienie klasy WSFederationHttpBindingElement.

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

Dotyczy

WSFederationHttpBindingElement(String)

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

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

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

Dotyczy