Active Property
      
 

Description

Determines if ISAPI filter is active.


Property type

A Boolean value.  


Syntax

object.Active [= value]



The Active Property syntax has these parts:

Part Description
object An expression evaluating to an object of type ISAPIExtension.
value A 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.