Description
-
Holds name of the server to be shown to clients.
Property type
-
A String value.
Syntax
-
object.ServerName [= value]
The ServerName Property 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.
|