xtd 0.2.0
Loading...
Searching...
No Matches

◆ uri_host_name_type

enum class xtd::uri_host_name_type
strong

Defines host name types for the xtd::uri::check_host_name method.

Namespace
xtd
Library
xtd.core
Remarks
The xtd::uri_host_name_type enumeration defines the values that the xtd::uri::check_host_name method can return.
Enumerator
unknown 

The type of the host name is not supplied.

basic 

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

dns 

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

ip_v4 

The Uri is a relative xtd::uri.

ip_v6 

The Uri is a relative xtd::uri.