Udostępnij za pośrednictwem


WSDualHttpBindingElement Konstruktory

Definicja

Inicjuje nowe wystąpienie klasy WSDualHttpBindingElement.

Przeciążenia

WSDualHttpBindingElement()

Inicjuje nowe wystąpienie klasy WSDualHttpBindingElement.

WSDualHttpBindingElement(String)

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

WSDualHttpBindingElement()

Inicjuje nowe wystąpienie klasy WSDualHttpBindingElement.

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

Dotyczy

WSDualHttpBindingElement(String)

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

public:
 WSDualHttpBindingElement(System::String ^ name);
public WSDualHttpBindingElement (string name);
new System.ServiceModel.Configuration.WSDualHttpBindingElement : string -> System.ServiceModel.Configuration.WSDualHttpBindingElement
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