WSDualHttpBindingElement Konstruktory
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
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.