Application.Host (gb.web)
Static Property Read Host As String
Returns the current host.
It is an equivalent of CGI["HTTP_HOST"].
Since 3.19
Since Gambas 3.19, only the actual host part of
CGI["HTTP_HOST"]
is returned, without the port number.
The port number of
CGI["HTTP_HOST"]
is now returned by the
Port property.