EndpointBehaviorElement Konstruktory
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Inicializuje novou instanci EndpointBehaviorElement třídy .
Přetížení
EndpointBehaviorElement() |
Inicializuje novou instanci EndpointBehaviorElement třídy . |
EndpointBehaviorElement(String) |
Inicializuje novou instanci EndpointBehaviorElement třídy se zadaným názvem. |
EndpointBehaviorElement()
Inicializuje novou instanci EndpointBehaviorElement třídy .
public:
EndpointBehaviorElement();
public EndpointBehaviorElement ();
Public Sub New ()
Platí pro
EndpointBehaviorElement(String)
Inicializuje novou instanci EndpointBehaviorElement třídy se zadaným názvem.
public:
EndpointBehaviorElement(System::String ^ name);
public EndpointBehaviorElement (string name);
new System.ServiceModel.Configuration.EndpointBehaviorElement : string -> System.ServiceModel.Configuration.EndpointBehaviorElement
Public Sub New (name As String)
Parametry
- name
- String
Jedinečný název elementu behavior.