Back to product page
- Introduction
- License agreement
- Getting Started
- Enumerations
- Objects
- How to get support?
- Technical information
- Fast notifications interface
- Error list
Objects
wodWebServer | This is main wodWebServer interface. |
IwodWebNotify | |
ISAPIExtension | Holds information about ISAPI extension or filter. |
ISAPIExtensions | Holds collection of all loaded ISAPI extensions or filters. |
WebHeader | Holds information about request/response header. |
WebHeaders | This object stores collection of WebHeader objects - headers used in each request and response, as defined by HTTP protocol. |
WebRequest | This object holds all information known about client's request |
WebRequestUploadPart | This object contains properties and methods for accessing single part in multipart/form-data request. |
WebRequestUploads | This collection holds all parts in the Request object, if any. |
WebResponse | WebResponse object holds information specific to response that is sent to the client. |
WebSession | WebSession object holds information about session variable - it's Name and it's Value. |
WebSessions | This object holds collection of session variables for the user. |
WebUser | This object holds all known information about the user who connected to your WEB server. |
WebUsers | This object holds collection of all users currently connected to wodWebServer. |