March 2002
Intermediate to advanced
864 pages
31h 8m
English
IPHostEntry
The Dns class uses this class
to represent hosts.
A host is named by its
HostName property, and
its aliases are stored in the
Aliases property.
The AddressList property contains all the IP
addresses for that host.
public class IPHostEntry { // Public Constructors public method IPHostEntry(); // Public Instance Properties public field IPAddress[] AddressList{set; get; } public field string[] Aliases{set; get; } public field string HostName{set; get; } }
Dns.{EndGetHostByName(), EndResolve(), GetHostByAddress(), GetHostByName(), Resolve()}