CustomBindingElement Constructors

Definition

Initializes a new instance of the CustomBindingElement class.

Overloads

CustomBindingElement()

Initializes a new instance of the CustomBindingElement class.

CustomBindingElement(String)

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

CustomBindingElement()

Initializes a new instance of the CustomBindingElement class.

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

Applies to

CustomBindingElement(String)

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

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

Parameters

name
String

A unique name for the binding element.

Applies to