Share via


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
Public property DiscoVersion Gets the discovery version.
Public property DiscoveryResponsePort Use to get or set the UDP discovery port where this client listens for discovery responses.
Public property ReceiveTimeout Use to get or set the time in milliseconds that a Probe or Resolve listener should wait for ProbeMatches.

Top

Methods

  Name Description
Public method DirectedProbe Sends a directed probe request and parses probe matches responses.
Public method DirectedResolve Sends a directed Resolve request and parses ResolveMatch response.
Public method Equals(Object) Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method Probe(DpwsServiceTypes) Sends a Probe request and parses ProbeMatches responses.
Public method Probe(DpwsServiceTypes, Int32, Int32) Sends a Probe request and parses ProbeMatches responses.
Public method Resolve(String) Sends a Resolve request to a specified service endpoint.
Public method Resolve(String, Int32) Sends a Resolve request to a specific service endpoint.
Public method 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.

See Also

Reference

Dpws.Client.Discovery Namespace