DiscoveryProxy.BeginShouldRedirectFind Method

Definition

Override this method to allow the discovery proxy to send out multicast suppression messages when it receives a multicast find request.

C#
protected virtual IAsyncResult BeginShouldRedirectFind(System.ServiceModel.Discovery.FindCriteria resolveCriteria, AsyncCallback callback, object state);

Parameters

resolveCriteria
FindCriteria

The resolve criteria that describes the service to find.

callback
AsyncCallback

The callback delegate to call when the operation has completed.

state
Object

The user-defined state data.

Returns

A reference to the pending asynchronous operation.

Remarks

Multicast suppression messages can be sent in response to a multicast find or resolve message when a discovery proxy is available. Sending unicast messages to the discovery proxy can help reduce the amount of network traffic caused by the discovery operations.

Applies to

Product Versions
.NET Framework 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1