| DeliveryEnum | This enumeration defines if wodWebServer will return response on client's request automatically (immediately after RequestDone event completes), or you will have to manually call Response.Send method. |
| EncryptionsEnum | To use with Encryption property. |
| ISAPIFilterPriorityEnum | These constants are currently not used. |
| LanguageEnum | |
| SecureProtocols | These constants define if wodWebServer serves pages through secure connection or not. |
| StatesEnum | List shows all states that can occur for connected user during his one session. |
| StatusCodes | This is list of status codes (as defined by HTTP protocol) that you should return to the client to let him know if his request is successful or not. |
| ThreadTypes | ThreadTypes constants are used with Threads property, and define behavior of wodWebServer when it comes to creating worker thread for each connected client. |
| TransferEncodingsEnum | This enumeration defines if wodWebServer will return response as 'chunked' or in plaintext 'as is' format. |
| WebActions | This is list of of values that you can set as result of certain action (where needed). |
| WebAuthentications | This is list of of values that determine if your WEB server requires authentication, or is optional. |
| WebAuthenticationTypes | This is list of of values that determine type of authentication required (or supported) for user to access resources on your server. |