Back to product page

Active property


Determines if ISAPI filter is active.

Type

Boolean

Syntax

  • Basic
object.Active [= value]
The Active(object,value) syntax has these parts:
objectAn expression evaluating to an object of type ISAPIExtension
valueA Boolean value.

Remarks

This property defines if loaded ISAPI filter is currently active or not. Since ISAPI filters are called internally by wodWebServer, you can disable them at any time without unloading and removing from the collection. ISAPI extensions cannot be disabled - since you call extension manually, anyway.

Platforms

Windows