DiscoveryProxy Class
An abstract base class used to implement a discovery proxy.
Assembly: System.ServiceModel.Discovery (in System.ServiceModel.Discovery.dll)
| Name | Description | |
|---|---|---|
![]() | DiscoveryProxy() | Initializes a new instance of the DiscoveryProxy class. |
![]() | DiscoveryProxy(DiscoveryMessageSequenceGenerator^) | Initializes a new instance of the DiscoveryProxy class with the specified DiscoveryMessageSequenceGenerator. |
![]() | DiscoveryProxy(DiscoveryMessageSequenceGenerator^, Int32) | Initializes a new instance of the DiscoveryProxy class with the specified DiscoveryMessageSequenceGenerator and duplicate message history length. |
| Name | Description | |
|---|---|---|
![]() | BeginShouldRedirectFind(FindCriteria^, AsyncCallback^, Object^) | Override this method to allow the discovery proxy to send out multicast suppression messages when it receives a multicast find request. |
![]() | BeginShouldRedirectResolve(ResolveCriteria^, AsyncCallback^, Object^) | Override this method to allow the discovery proxy to send out multicast suppression messages when it receives a multicast resolve request. |
![]() | EndShouldRedirectFind(IAsyncResult^, Collection<EndpointDiscoveryMetadata^>^%) | Override this method to handle the completion of sending the multicast suppression message for find requests. |
![]() | EndShouldRedirectResolve(IAsyncResult^, Collection<EndpointDiscoveryMetadata^>^%) | Override this method to handle the completion of sending the multicast suppression message for resolve requests. |
![]() | 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 the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | OnBeginFind(FindRequestContext^, AsyncCallback^, Object^) | Override this method to handle a find operation. |
![]() | OnBeginOfflineAnnouncement(DiscoveryMessageSequence^, EndpointDiscoveryMetadata^, AsyncCallback^, Object^) | Override this method to handle an offline announcement message. |
![]() | OnBeginOnlineAnnouncement(DiscoveryMessageSequence^, EndpointDiscoveryMetadata^, AsyncCallback^, Object^) | Override this method to handle an online announcement message. |
![]() | OnBeginResolve(ResolveCriteria^, AsyncCallback^, Object^) | Override this method to handle a resolve operation. |
![]() | OnEndFind(IAsyncResult^) | Override this method to handle the completion of a find operation. |
![]() | OnEndOfflineAnnouncement(IAsyncResult^) | Override this method to handle the completion of an offline announcement message. |
![]() | OnEndOnlineAnnouncement(IAsyncResult^) | Override this method to handle the completion of an online announcement message. |
![]() | OnEndResolve(IAsyncResult^) | Override this method to handle the completion of a resolve operation. |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
Available since 4.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

