Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

CustomBinding Constructor

 

Initializes a new instance of the CustomBinding class.

Namespace:   System.ServiceModel.Channels
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

NameDescription
System_CAPS_pubmethodCustomBinding()

Initializes a new instance of the CustomBinding class.

System_CAPS_pubmethodCustomBinding(Binding^)

Initializes a new instance of the CustomBinding class from the values of a specified binding.

System_CAPS_pubmethodCustomBinding(array<BindingElement^>^)

Initializes a new instance of the CustomBinding class from an array of binding elements.

System_CAPS_pubmethodCustomBinding(IEnumerable<BindingElement^>^)

Initializes a new instance of the CustomBinding class with the binding elements from a complete channel stack.

System_CAPS_pubmethodCustomBinding(String^)

Initializes a new instance of the CustomBinding class.

System_CAPS_pubmethodCustomBinding(String^, String^, array<BindingElement^>^)

Initializes a new instance of the CustomBinding class from an array of binding elements with a specified name and namespace.

Return to top
Show:
© 2017 Microsoft