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

Namespace: Aspose.Html.Net
Assembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntax
public abstract bool Match(
	INetworkOperationContext context
)

Parameters

context
Type: Aspose.Html.NetINetworkOperationContext
The context.

Return Value

Type: Boolean

Field Value

Type: Boolean
true if the Context object satisfies the filter criteria; otherwise,

Field Value

Type: Boolean
false.
See Also