IPHostEntry Class
NuGet: GHIElectronics.TinyCLR.Networking
Assembly: GHIElectronics.TinyCLR.Networking
Namespace: System.Net
Holds the host name, aliases, and IP addresses associated with a host.
public class IPHostEntry
Properties
HostName
public string HostName { get; set; }
The DNS name of the host.
AddressList
public IPAddress[] AddressList { get; set; }
The list of IP addresses associated with the host.
Aliases
public string[] Aliases { get; set; }
The list of aliases associated with the host.