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
- endpointAddress
Type: System. . :: . .String
A DPWS devices transport endpoint address (for example, https://192.168.0.1:8084/3cb0d1ba-cc3a-46ce-b416-212ac2419b20).
- 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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see dd66cd4c-b087-415f-9c3e-94e3a1835f74.