EndpointBehaviorElement Constructors

Definition

Initializes a new instance of the EndpointBehaviorElement class.

Overloads

EndpointBehaviorElement()

Initializes a new instance of the EndpointBehaviorElement class.

EndpointBehaviorElement(String)

Initializes a new instance of the EndpointBehaviorElement class with the specified name.

EndpointBehaviorElement()

Initializes a new instance of the EndpointBehaviorElement class.

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

Applies to

EndpointBehaviorElement(String)

Initializes a new instance of the EndpointBehaviorElement class with the specified name.

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)

Parameters

name
String

A unique name of the behavior element.

Applies to