Static methods

staticgetHostInfo(hostName:String):HostInfo

Returns some of the DNS records of the given host

Parameters:

host

The name of the host

Returns:

@:value({ flags : NetworkInterfaceFlag.All })staticgetNetworkInterfaces(flags:NetworkInterfaceFlag = NetworkInterfaceFlag.All):NetworkInterfaces

Returns the NetworkInterfaces found on the system.

Parameters:

flags

Use bitwise OR to query network interfaces with multiple flags. Loopback devices are not part of the result unless NetworkInterfaceFlag.IsLoopback is explicitly set

Returns: