ProtocolMessageFilterMatch Method |
When overridden in a derived class, tests whether a Context satisfies the filter criteria.
Namespace: Aspose.Html.Net.MessageFiltersAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntaxpublic override bool Match(
INetworkOperationContext context
)
Public Overrides Function Match (
context As INetworkOperationContext
) As Boolean
public:
virtual bool Match(
INetworkOperationContext^ context
) override
abstract Match :
context : INetworkOperationContext -> bool
override Match :
context : INetworkOperationContext -> bool
Parameters
- context
- Type: Aspose.Html.NetINetworkOperationContext
The context.
Return Value
Type:
BooleanField Value
Type:
Booleantrue if the Context object satisfies the filter criteria; otherwise,
Field Value
Type:
Booleanfalse.
See Also