March 2002
Intermediate to advanced
864 pages
31h 8m
English
UriHostNameType
This enumeration is used for the
Uri.CheckHostName() method.
Basic indicates that the
host is set, but cannot be determined.
public enum UriHostNameType { Unknown = 0, Basic = 1, Dns = 2, IPv4 = 3, IPv6 = 4 }
Object→ValueType→Enum(IComparable, IFormattable, IConvertible)→UriHostNameType
Uri.{CheckHostName(), HostNameType}