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
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
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
Tee yhteistyötä kanssamme GitHubissa
Tämän sisällön lähde on GitHubissa, jossa voit myös luoda ja tarkastella ongelmia ja pull-pyyntöjä. Katso lisätietoja osallistujan oppaasta.