UriHostNameType

UriHostNameType CF 1.0, ECMA 1.0, serializable

System (system.dll) enum

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  } 

Hierarchy

Object ValueType Enum(IComparable, IFormattable , IConvertible) UriHostNameType

Returned By

Uri.{CheckHostName( ) , HostNameType}



C# in a Nutshell
C # in a Nutshell, Second Edition
ISBN: 0596005261
EAN: 2147483647
Year: 2005
Pages: 963

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net