Host
sys.net.Host (Class)
A given IP host name.
Instance Members
host: StringThe provided host string.
ip: IntThe actual IP corresponding to the host.
toString(): StringReturns the IP representation of the host
| Returns |
|---|
| 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.
| Name | Type |
|---|---|
name |
String |
Private Members
ipv6: haxe.io.BytesData