CustomBinding Constructor
Initializes a new instance of the CustomBinding class.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
| Name | Description | |
|---|---|---|
![]() | CustomBinding() | Initializes a new instance of the CustomBinding class. |
![]() | CustomBinding(Binding^) | Initializes a new instance of the CustomBinding class from the values of a specified binding. |
![]() | CustomBinding(array<BindingElement^>^) | Initializes a new instance of the CustomBinding class from an array of binding elements. |
![]() | CustomBinding(IEnumerable<BindingElement^>^) | Initializes a new instance of the CustomBinding class with the binding elements from a complete channel stack. |
![]() | CustomBinding(String^) | Initializes a new instance of the CustomBinding class. |
![]() | CustomBinding(String^, String^, array<BindingElement^>^) | Initializes a new instance of the CustomBinding class from an array of binding elements with a specified name and namespace. |
