EndpointBehaviorElement Konstruktory

Definicja

Inicjuje nowe wystąpienie klasy EndpointBehaviorElement.

Przeciążenia

EndpointBehaviorElement()

Inicjuje nowe wystąpienie klasy EndpointBehaviorElement.

EndpointBehaviorElement(String)

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

EndpointBehaviorElement()

Inicjuje nowe wystąpienie klasy EndpointBehaviorElement.

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

Dotyczy

EndpointBehaviorElement(String)

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

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

Unikatowa nazwa elementu zachowania.

Dotyczy