Binding Constructor

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Initializes a new instance of the Binding class.

Namespace:  Ws.Services.Binding
Assembly:  MFWsStack (in MFWsStack.dll)

Syntax

'Declaration
Protected Sub New ( _
    transport As TransportBindingElement, _
    ParamArray extraBindings As BindingElement() _
)
protected Binding(
    TransportBindingElement transport,
    params BindingElement[] extraBindings
)
protected:
Binding(
    TransportBindingElement^ transport, 
    ... array<BindingElement^>^ extraBindings
)
new : 
        transport:TransportBindingElement * 
        extraBindings:BindingElement[] -> Binding
protected function Binding(
    transport : TransportBindingElement, 
    ... extraBindings : BindingElement[]
)

Parameters

.NET Framework Security

See Also

Reference

Binding Class

Ws.Services.Binding Namespace