ProtocolMessageFilter.Match

ProtocolMessageFilter.Match method

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

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

Return Value

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

See Also