ServiceBehaviorElement Constructors

Definition

Initializes a new instance of the ServiceBehaviorElement class.

Overloads

ServiceBehaviorElement()

Initializes a new instance of the ServiceBehaviorElement class.

ServiceBehaviorElement(String)

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

ServiceBehaviorElement()

Initializes a new instance of the ServiceBehaviorElement class.

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

Applies to

ServiceBehaviorElement(String)

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

public:
 ServiceBehaviorElement(System::String ^ name);
public ServiceBehaviorElement (string name);
new System.ServiceModel.Configuration.ServiceBehaviorElement : string -> System.ServiceModel.Configuration.ServiceBehaviorElement
Public Sub New (name As String)

Parameters

name
String

A unique name of the behavior element.

Applies to