Back to product page
- Introduction
- License agreement
- Getting Started
- Enumerations
- Objects
- How to get support?
- Technical information
- Fast notifications interface
- Error list
Add method
Adds new ISAPI extension to the collection.
Type
ISAPIExtension objectSyntax
- Basic
object.Add (FullPath, [Name])
The Add(object,FullPath,Name) syntax has these parts:
The Add(object,FullPath,Name) syntax has these parts:
object | An expression evaluating to an object of type ISAPIExtensions |
FullPath | A String value. Full path to ISAPI DLL. |
Name | Optional. A Variant value. Name you can set for loaded DLL. Not used by wodWebServer. |
Return value | ISAPIExtension object |
Remarks
This method will try to load specified DLL. If appropriate entry point is found, and DLL exports needed functions (such as& HttpFilterProc, HttpExtensionProc, etc.) it is loaded and added to the collection. Since same DLL can be both filter and the extension at the same time, IsFilter and and IsExtension properties are separated (not mutually exclusive).Once DLL is loaded, it can be used by wodWebServer immediately.