Back to product page

ServerName property


Holds name of the server to be shown to clients.

Type

String

Syntax

  • C#
  • VB.NET
String ServerName {get; set; };

Property ServerName As String

Remarks

This is just the name of your wodWebServer.NET, as it will be returned in Server: header in each response (and possibly inside internal HTML pages, such as 500 Internal server error). If it is not specified, or left empty string, wodWebServer.NET will not send Server header in its responses at all.

Platforms

Windows