Active Property
Whether the class is active and processing requests.
Syntax
public boolean isActive();
Default Value
False
Remarks
This property reflects whether the class is active and currently processing requests; it will be true once the filter has been attached successfully via a call to StartFilter.
This property is read-only and not available at design time.