CustomBindingElement Konstruktory

Definicja

Inicjuje nowe wystąpienie klasy CustomBindingElement.

Przeciążenia

CustomBindingElement()

Inicjuje nowe wystąpienie klasy CustomBindingElement.

CustomBindingElement(String)

Inicjuje nowe wystąpienie CustomBindingElement klasy o określonej nazwie.

CustomBindingElement()

Inicjuje nowe wystąpienie klasy CustomBindingElement.

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

Dotyczy

CustomBindingElement(String)

Inicjuje nowe wystąpienie CustomBindingElement klasy o określonej nazwie.

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

Parametry

name
String

Unikatowa nazwa elementu powiązania.

Dotyczy