Back to product page

Enumerations



DeliveryEnumThis 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.
EncryptionsEnumTo use with Encryption property.
ISAPIFilterPriorityEnumThese constants are currently not used.
LanguageEnum
SecureProtocolsThese constants define if wodWebServer serves pages through secure connection or not.
StatesEnumList shows all states that can occur for connected user during his one session.
StatusCodesThis 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.
ThreadTypesThreadTypes constants are used with Threads property, and define behavior of wodWebServer when it comes to creating worker thread for each connected client.
TransferEncodingsEnumThis enumeration defines if wodWebServer will return response as 'chunked' or in plaintext 'as is' format.
WebActionsThis is list of of values that you can set as result of certain action (where needed).
WebAuthenticationsThis is list of of values that determine if your WEB server requires authentication, or is optional.
WebAuthenticationTypesThis is list of of values that determine type of authentication required (or supported) for user to access resources on your server.

Platforms

Windows