net.Host

Host

package sys-net

Available on cpp, cs, hl, java, lua, macro, neko, php, python

A given IP host name.

Constructor

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.

Variables

read only host:String

Available on cpp, hl, java, lua, macro, neko