BindingElement Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.