Share via


StandardBindingElement Konstruktory

Definice

Inicializuje novou instanci StandardBindingElement třídy.

Přetížení

StandardBindingElement()

Inicializuje novou instanci StandardBindingElement třídy.

StandardBindingElement(String)

Inicializuje novou instanci StandardBindingElement třídy se zadaným názvem.

StandardBindingElement()

Inicializuje novou instanci StandardBindingElement třídy.

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

Platí pro

StandardBindingElement(String)

Inicializuje novou instanci StandardBindingElement třídy se zadaným názvem.

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

Parametry

name
String

Název, který jednoznačně identifikuje tento element konfigurace.

Platí pro