DpwsServiceDescription Constructor

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

Creates an instance of a DpwsServiceDescription class initialized with a service endpoint and a list of supported service types.

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

Syntax

'Declaration
Public Sub New ( _
    endpoint As WsWsaEndpointRef, _
    serviceTypes As DpwsServiceTypes _
)
public DpwsServiceDescription(
    WsWsaEndpointRef endpoint,
    DpwsServiceTypes serviceTypes
)
public:
DpwsServiceDescription(
    WsWsaEndpointRef^ endpoint, 
    DpwsServiceTypes^ serviceTypes
)
new : 
        endpoint:WsWsaEndpointRef * 
        serviceTypes:DpwsServiceTypes -> DpwsServiceDescription
public function DpwsServiceDescription(
    endpoint : WsWsaEndpointRef, 
    serviceTypes : DpwsServiceTypes
)

Parameters

.NET Framework Security

See Also

Reference

DpwsServiceDescription Class

Dpws.Client.Discovery Namespace