August 2003
Intermediate to advanced
928 pages
32h 1m
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}