Mono Class Library: System Namespace

System.UriHostNameType Enumeration

Specifies the format of host names.
public enum UriHostNameType

Remarks

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

Members

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

Requirements

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