DirectedResolve Method

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

Sends a directed Resolve request and parses ResolveMatch response.

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

Syntax

'Declaration
Public Function DirectedResolve ( _
    endpointAddress As String, _
    serviceAddress As String, _
    targetServiceAddress As String _
) As DpwsServiceDescription
public DpwsServiceDescription DirectedResolve(
    string endpointAddress,
    string serviceAddress,
    string targetServiceAddress
)
public:
DpwsServiceDescription^ DirectedResolve(
    String^ endpointAddress, 
    String^ serviceAddress, 
    String^ targetServiceAddress
)
member DirectedResolve : 
        endpointAddress:string * 
        serviceAddress:string * 
        targetServiceAddress:string -> DpwsServiceDescription 
public function DirectedResolve(
    endpointAddress : String, 
    serviceAddress : String, 
    targetServiceAddress : String
) : DpwsServiceDescription

Parameters

  • serviceAddress
    Type: System. . :: . .String
    A string containing the address of a service that will handle the resolve request. For example: urn:uuid:2bcdd1ba-cc3a-46ce-b416-212ac2419b20
  • targetServiceAddress
    Type: System. . :: . .String
    The target service address of a known service. For DPWS, this address would represent a device's address (for example, urn:uuid:3cb0d1ba-cc3a-46ce-b416-212ac2419b20).

Return Value

Type: Dpws.Client.Discovery. . :: . .DpwsServiceDescription
A collection of objects with endpoint details used to locate the actual service on a network and the types supported by the service.

.NET Framework Security

See Also

Reference

DpwsDiscoveryClient Class

Dpws.Client.Discovery Namespace