Dpws.Client.Discovery Namespace
The Dpws.Client.Discovery namespace contains classes for working with client probe and resolve requests, which are WS-Discovery messages sent by a client to search for services on the network.
Classes
Name | Description | |
---|---|---|
ByeEventArgs | Type used to define a set of parameters passed to a ByeEventHandler. | |
DpwsDiscoveryClient | Processes client Probe and Resolve requests. | |
DpwsMetadata | Stores service endpoint metadata details acquired from a Get metadata response. | |
DpwsMexClient | Retrieves a DPWS service's metadata. | |
DpwsMexHostedService | Stores metadata that describes a hosted service. | |
DpwsMexHostedServices | A collection of DpwsMexHostedService metadata elements. | |
DpwsMexHostService | Stores metadata that describes a host service. | |
DpwsMexService | Base class used to store metadata service information about a host or Hosted service. | |
DpwsMexServices | Provides message exchanger (MEX) services. | |
DpwsProbeMatch | Stores service endpoint and supported types acquired from a ProbeMatch. | |
DpwsProbeMatches | A collection used to store DpwsProbeMatch objects. | |
DpwsRelationship | A class used to store Relationship metadata. | |
DpwsResolveMatch | Used to store service endpoint and supported types acquired from a ResolveMatch. | |
DpwsResolveMatches | A collection used to store DpwsResolveMatch objects. | |
DpwsServiceDescription | Base class used by DpwsProbeMatch and DpwsResolveMatch classes. | |
DpwsServiceDescriptions | A base collection class used to store DpwsServiceDescription objects. | |
DpwsThisDevice | A class used to store a device's ThisDevice metadata. | |
DpwsThisModel | Stores a device's ThisModel information. | |
HelloEventArgs | Defines EventArgs passed to a HelloEventHandler. |
Delegates
Name | Description | |
---|---|---|
ByeEventHandler | A delegate used by the discovery client ByeEventHandler. | |
HelloEventHandler | A delegate used by the discovery client HelloEventHandler. |