DpwsDiscoveryClient Class
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Processes client Probe and Resolve requests.
Inheritance Hierarchy
System. . :: . .Object
Dpws.Client.Discovery..::..DpwsDiscoveryClient
Namespace: Dpws.Client.Discovery
Assembly: MFDpwsClient (in MFDpwsClient.dll)
Syntax
'Declaration
Public Class DpwsDiscoveryClient
public class DpwsDiscoveryClient
public ref class DpwsDiscoveryClient
type DpwsDiscoveryClient = class end
public class DpwsDiscoveryClient
The DpwsDiscoveryClient type exposes the following members.
Properties
Name | Description | |
---|---|---|
DiscoVersion | Gets the discovery version. | |
DiscoveryResponsePort | Use to get or set the UDP discovery port where this client listens for discovery responses. | |
ReceiveTimeout | Use to get or set the time in milliseconds that a Probe or Resolve listener should wait for ProbeMatches. |
Top
Methods
Name | Description | |
---|---|---|
DirectedProbe | Sends a directed probe request and parses probe matches responses. | |
DirectedResolve | Sends a directed Resolve request and parses ResolveMatch response. | |
Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
Probe(DpwsServiceTypes) | Sends a Probe request and parses ProbeMatches responses. | |
Probe(DpwsServiceTypes, Int32, Int32) | Sends a Probe request and parses ProbeMatches responses. | |
Resolve(String) | Sends a Resolve request to a specified service endpoint. | |
Resolve(String, Int32) | Sends a Resolve request to a specific service endpoint. | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.