Mono Class Library: System Namespace

System.UriHostNameType Enumeration

Specifies the format of host names. [Edit]
public enum UriHostNameType

Remarks

Note: The UriHostNameType enumeration defines the values returned by the Uri.CheckHostName(string) method.
[Edit]

Members

Member NameDescription
BasicDocumentation for this section has not yet been entered. [Edit]
DnsSpecifies that the host name is a domain name system (DNS) style host address. [Edit]
IPv4Specifies that the host name is an Internet Protocol (IP) version 4 host address. [Edit]
IPv6Specifies that the host name is an Internet Protocol (IP) version 6 host address. [Edit]
UnknownSpecifies the format of a host name is not known or no host information is present. [Edit]

Requirements

Namespace: System
Assembly: System (in System.dll)
Assembly Versions: 1.0.x.x, 1.0.5000.0, 2.0.0.0