BindingElement Constructors

Definition

Initializes a new instance of the BindingElement class.

Overloads

BindingElement()

Initializes a new instance of the BindingElement class.

BindingElement(BindingElement)

Initializes a new instance of the BindingElement class from a specified binding element.

BindingElement()

Source:
BindingElement.cs
Source:
BindingElement.cs
Source:
BindingElement.cs

Initializes a new instance of the BindingElement class.

protected:
 BindingElement();
protected BindingElement ();
Protected Sub New ()

Applies to

BindingElement(BindingElement)

Source:
BindingElement.cs
Source:
BindingElement.cs
Source:
BindingElement.cs

Initializes a new instance of the BindingElement class from a specified binding element.

protected:
 BindingElement(System::ServiceModel::Channels::BindingElement ^ elementToBeCloned);
protected BindingElement (System.ServiceModel.Channels.BindingElement elementToBeCloned);
new System.ServiceModel.Channels.BindingElement : System.ServiceModel.Channels.BindingElement -> System.ServiceModel.Channels.BindingElement
Protected Sub New (elementToBeCloned As BindingElement)

Parameters

elementToBeCloned
BindingElement

The BindingElement to be cloned.

Applies to