Field Host
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.