Available on macro, lua, cpp, php, python, hl, java, neko, cs
A given IP host name.
staticlocalhost():Unknown
Available on macro
Returns the local computer host name
staticlocalhost():String
Available on lua, cpp, php, python, hl, java, neko, cs
new(name:String)
Creates a new Host : the name can be an IP in the form "127.0.0.1" or an host name such as "google.com", in which case the corresponding IP address is resolved using DNS. An exception occur if the host name could not be found.
read onlyhost:String
The provided host string.
read onlyhostEntry:IPHostEntry
Available on cs
read onlyip:Int
Available on macro, lua, cpp, php, python, hl, java, neko
The actual IP corresponding to the host.
read onlyipAddress:IPAddress
reverse():Unknown
Perform a reverse-DNS query to resolve a host name from an IP.
reverse():String
toString():Unknown
Returns the IP representation of the host
toString():String