This documentation is archived and is not being maintained.
DiscoveryService Class
Visual Studio 2010
An abstract base class used to implement a discovery service.
Assembly: System.ServiceModel.Discovery (in System.ServiceModel.Discovery.dll)
The DiscoveryService type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | DiscoveryService() | Initializes a new instance of the DiscoveryService class. |
![]() | DiscoveryService(DiscoveryMessageSequenceGenerator) | Initializes a new instance of the DiscoveryService class with the specified DiscoveryMessageSequenceGenerator. |
![]() | DiscoveryService(DiscoveryMessageSequenceGenerator, Int32) | Initializes a new instance of the DiscoveryService class with the specified DiscoveryMessageSequenceGenerator and duplicate message history length. |
| Name | Description | |
|---|---|---|
![]() | 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.) |
![]() | OnBeginFind | Override this method to handle a find operation. |
![]() | OnBeginResolve | Override this method to handle a resolve operation. |
![]() | OnEndFind | Override this method to handle the completion of a find operation. |
![]() | OnEndResolve | Override this method to handle the completion of a resolve operation. |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
When a ServiceDiscoveryBehavior is added to a service, a default DiscoveryService implementation is used to handle Find and Resolve requests. Extend this class to implement a custom discovery service that has behavior different from the default implementation, such as to reply to Find requests using a custom matching algorithm
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show:
