ServerName Property

HttpServer.dll

Server name sent in http responses.

Namespace:  HttpServer
Assembly:  HttpServer (in HttpServer.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public string ServerName { get; set; }
Visual Basic (Declaration)
Public Property ServerName As String
Visual C++
public:
property String^ ServerName {
	String^ get ();
	void set (String^ value);
}

Remarks

Do NOT include version in name, since it makes it easier for hackers.

See Also