Back to product page
- Introduction
- License agreement
- Getting Started
- Enumerations
- Objects
- How to get support?
- Technical information
- Fast notifications interface
- Error list
ServerName property
Holds name of the server to be shown to clients.
Type
StringSyntax
- Basic
object.ServerName [= value]
The ServerName(object,value) syntax has these parts:
The ServerName(object,value) syntax has these parts:
object | An expression evaluating to an object of type wodWebServer |
value | A String value. |
Remarks
This is just the name of your wodWebServer, as it will be returned in 'Server:' header in each response (and possibly inside internal HTML pages, such as '500 Internal server error'). If you don't specify it, wodWebServer will not send Server header in responses.You cannot change this value in DEMO version of wodWebServer.