Back to product page

ServerName property


Holds name of the server to be shown to clients.

Type

String

Syntax

  • Basic
object.ServerName [= value]
The ServerName(object,value) syntax has these parts:
objectAn expression evaluating to an object of type wodWebServer
valueA 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.

Platforms

Windows