Enumeration UriHostNameType

Enumeration Members

Enumeration Members

Basic: 0

The host is set, but the type cannot be determined.

DNS: 1

The host name is a domain name system (DNS) style host name.

IPv4: 2

The host name is an Internet Protocol (IP) version 4 host address.

IPv6: 3

The host name is an Internet Protocol (IP) version 6 host address.

Unknown: 4

The type of the host name is not supplied.

Generated using TypeDoc