match method
match
When overridden in a derived class, tests whether a Context satisfies the filter criteria.
Returns
true if the Context object satisfies the filter criteria; otherwise, false.
def match(self, context):
    ...
| Parameter | Type | Description | 
|---|---|---|
| context | INetworkOperationContext | The context. | 
See Also
- module aspose.svg.net.messagefilters
- class ProtocolMessageFilter