Sdílet prostřednictvím


WSHttpBindingBaseElement Konstruktory

Definice

Inicializuje novou instanci WSHttpBindingBaseElement třídy .

Přetížení

WSHttpBindingBaseElement()

Inicializuje novou instanci WSHttpBindingBaseElement třídy .

WSHttpBindingBaseElement(String)

Inicializuje novou instanci WSHttpBindingBaseElement třídy .

WSHttpBindingBaseElement()

Inicializuje novou instanci WSHttpBindingBaseElement třídy .

protected:
 WSHttpBindingBaseElement();
protected WSHttpBindingBaseElement ();
Protected Sub New ()

Platí pro

WSHttpBindingBaseElement(String)

Inicializuje novou instanci WSHttpBindingBaseElement třídy .

protected:
 WSHttpBindingBaseElement(System::String ^ name);
protected WSHttpBindingBaseElement (string name);
new System.ServiceModel.Configuration.WSHttpBindingBaseElement : string -> System.ServiceModel.Configuration.WSHttpBindingBaseElement
Protected Sub New (name As String)

Parametry

name
String

Název konfigurace vazby. Tato hodnota by měla být jedinečná, protože se používá jako identifikace vazby.

Platí pro