Table of Contents

Field Host

Namespace
Sisk.Core.Http
Assembly
Sisk.Core.dll

The HTTP Host header.

Specifies the domain name of the server and the TCP port number on which the server is listening, allowing for virtual hosting.

public const string Host = "Host"

Returns

string
The HTTP Host header. Specifies the domain name of the server and the TCP port number on which the server is listening, allowing for virtual hosting.