Udostępnij za pośrednictwem


WS2007HttpBindingElement Konstruktory

Definicja

Inicjuje nowe wystąpienie klasy WS2007HttpBindingElement.

Przeciążenia

WS2007HttpBindingElement()

Inicjuje nowe wystąpienie klasy WS2007HttpBindingElement.

WS2007HttpBindingElement(String)

Inicjuje WS2007HttpBindingElement nowe wystąpienie klasy z określonym powiązaniem.

WS2007HttpBindingElement()

Inicjuje nowe wystąpienie klasy WS2007HttpBindingElement.

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

Dotyczy

WS2007HttpBindingElement(String)

Inicjuje WS2007HttpBindingElement nowe wystąpienie klasy z określonym powiązaniem.

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