Activated | Determines if WebServer is activated or not. |
AllowBrowsing | Determines if folder browsing is allowed. |
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. |
Encryption | Determines encryption algorithm to be used. |
ISAPI | Returns collections of ISAPI filters and extensions. |
Language | Determines language for error messages. |
LocalCertBag | Specifies file with additional certificates. |
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. |
SSLCipherList | Determines list of encryption algorithms in SSL/TLS protocols supported and offered by wodWebServer. |
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. |