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
- localBinding
Type: Ws.Services.Binding. . :: . .Binding
The local transport binding.
- v
Type: Ws.Services. . :: . .ProtocolVersion
The SOAP messaging protocol version.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see dd66cd4c-b087-415f-9c3e-94e3a1835f74.