BasicHttpBindingElement 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 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.