MessageFilter.Match

MessageFilter.Match method

When overridden in a derived class, tests whether a Context satisfies the filter criteria.

public abstract bool Match(INetworkOperationContext context)
ParameterTypeDescription
contextINetworkOperationContextThe context.

Return Value

true if the Context object satisfies the filter criteria; otherwise, false.

See Also