class sys.net.Host
Available on cpp, java, neko, php
A given IP host name.
Class Fields
Instance Fields
function new(name:String):Void
Available on cpp, neko, php
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.