getHostName() public method (available since version 2.0.10)
Returns the host part of the current request URL.
Value is calculated from current hostInfo property.
See also getHostInfo().
public string|null getHostName ( ) | ||
---|---|---|
return | string|null |
Hostname part of the request URL (e.g. |
Please login to continue.