Udostępnij za pośrednictwem


WebHttpBindingElement Konstruktory

Definicja

Inicjuje nowe wystąpienie klasy WebHttpBindingElement.

Przeciążenia

WebHttpBindingElement()

Inicjuje nowe wystąpienie klasy WebHttpBindingElement.

WebHttpBindingElement(String)

Inicjuje WebHttpBindingElement nowe wystąpienie klasy i określa nazwę elementu.

WebHttpBindingElement()

Inicjuje nowe wystąpienie klasy WebHttpBindingElement.

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

Uwagi

Nazwa tego elementu konfiguracji jest domyślnie null ustawiona na wartość tego konstruktora.

Dotyczy

WebHttpBindingElement(String)

Inicjuje WebHttpBindingElement nowe wystąpienie klasy i określa nazwę elementu.

public:
 WebHttpBindingElement(System::String ^ name);
public WebHttpBindingElement (string name);
new System.ServiceModel.Configuration.WebHttpBindingElement : string -> System.ServiceModel.Configuration.WebHttpBindingElement
Public Sub New (name As String)

Parametry

name
String

Nazwa używana dla tego elementu konfiguracji powiązania.

Uwagi

Wartość domyślna name to null .WebHttpBindingElement()

Dotyczy