| Activated |
 |
Determines if WebServer is activated or not. |
|
Authentication |
 |
Determines if authentication is required to access the
server. |
|
AuthenticationType |
 |
Determines type of authentication supported by the server. |
| BindIP |
 |
Determines local interface address that is
listening. |
| Certificate |
 |
Holds certificate/private key information. |
|
Compression |
 |
Determines if http protocol compression is enabled. |
| DocumentRoot |
 |
Holds root path for documents visible to
clients. |
| ISAPI |
 |
Returns collections of ISAPI filters and
extensions. |
| MyHostname |
 |
Holds hostname of local computer. |
| MyIP |
 |
Holds IP address of local computer. |
|
Notification |
 |
Fast notification interface to use instead of
events. |
| Port |
 |
Holds local port where WebServer listens. |
| Secure |
 |
Determines if secure (SSL/TLS) protocol is
used. |
| ServerName |
 |
Holds name of the server to be shown to
clients. |
| SessionTimeout |
 |
Holds timeout value for sessions, in seconds. |
|
Threads |
 |
Determines if clients are accepted in separate threads. |
| Timeout |
 |
Timeout value, in seconds. |
|
UseIPv6 |
 |
Determines if wodWebServer uses IPv6 protocol. |
| Users |
 |
Holds reference to collection of currently
connected users. |
| Version |
 |
Holds version information. |
| CGIStart |
Fires when CGI script is ready to be started. |
| CGIStop |
Fires when CGI finishes its execution. |
| RequestDone |
Fires when wodWebServer receives request headers
from the user. |
| RequestHeaders |
Fires when wodWebServer receives request headers
from the user. |
| ResponseDone |
Fires when wodWebServer completes sending response
to the user. |
| RunScript |
Fired when script is found inside response
body. |
| StateChange |
Fires when users state changes. |
|
UploadFilename |
Fires when server needs new name for the file currently
being uploaded. |
|
UserAuthenticate |
Fires when user wants to authenticate. |
| UserConnected |
Fires when user connects to wodWebServer. |
|
UserDisconnected |
Fires when user disconnects from wodWebServer. |