Sdílet prostřednictvím


EndpointBehaviorElement Konstruktory

Definice

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.

Platí pro