Back to product page

ISAPI property


Returns collections of ISAPI filters and extensions.

Type

ISAPIExtensions object

Syntax

  • Basic
object.ISAPI [= value]
The ISAPI(object,value) syntax has these parts:
objectAn expression evaluating to an object of type wodWebServer
valueISAPIExtensions object

Remarks

This property returns reference to collection of all ISAPI extensions and filters currently loaded in wodWebServer. You can add and remove extensions as you need - but it is suggested you load them all at server startup time so they are in memory for faster access.

Platforms

Windows