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