Udostępnij za pośrednictwem


WSHttpBindingElement Konstruktory

Definicja

Inicjuje nowe wystąpienie klasy WSHttpBindingElement.

Przeciążenia

WSHttpBindingElement()

Inicjuje nowe wystąpienie klasy WSHttpBindingElement.

WSHttpBindingElement(String)

Inicjuje nowe wystąpienie klasy WSHttpBindingElement.

WSHttpBindingElement()

Inicjuje nowe wystąpienie klasy WSHttpBindingElement.

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

Dotyczy

WSHttpBindingElement(String)

Inicjuje nowe wystąpienie klasy WSHttpBindingElement.

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