| 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 WebServer will auto-compress content. |
| DefaultPage | Holds default page name which will be shown when page is loaded. |
| DocumentRoot | Holds root path for documents. |
| Port | Holds local port where WebServer.NET listens. |
| Secure | Determines if secure (HTTPS) protocol is used. |
| ServerName | Holds name of the server to be shown to clients. |
| Sessions | Returns collection of session variables. |
| SessionTimeout | Defines period after which the current session will expire. |
| Timeout | Timeout value, in seconds. |
| Users | Returns collection of users. |
| Version | Holds version information. |