BasicHttpBindingElement Konstruktory

Definicja

Inicjuje nowe wystąpienie klasy BasicHttpBindingElement.

Przeciążenia

BasicHttpBindingElement()

Inicjuje nowe wystąpienie klasy BasicHttpBindingElement.

BasicHttpBindingElement(String)

Inicjuje BasicHttpBindingElement nowe wystąpienie klasy o nazwie.

BasicHttpBindingElement()

Inicjuje nowe wystąpienie klasy BasicHttpBindingElement.

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

Dotyczy

BasicHttpBindingElement(String)

Inicjuje BasicHttpBindingElement nowe wystąpienie klasy o nazwie.

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

Parametry

name
String

Nazwa elementu powiązania.

Dotyczy