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: