DpwsClient 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 DpwsClient class with a specified transport binding and protocol version.

Namespace:  Dpws.Client
Assembly:  MFDpwsClient (in MFDpwsClient.dll)

Syntax

'Declaration
Public Sub New ( _
    localBinding As Binding, _
    v As ProtocolVersion _
)
public DpwsClient(
    Binding localBinding,
    ProtocolVersion v
)
public:
DpwsClient(
    Binding^ localBinding, 
    ProtocolVersion^ v
)
new : 
        localBinding:Binding * 
        v:ProtocolVersion -> DpwsClient
public function DpwsClient(
    localBinding : Binding, 
    v : ProtocolVersion
)

Parameters

.NET Framework Security

See Also

Reference

DpwsClient Class

Dpws.Client Namespace