#include "enum.h"Contains xtd::uri_host_name_type enum.


Go to the source code of this file.
Namespaces | |
| xtd | |
| The xtd namespace contains all fundamental classes to access Hardware, Os, System, and more. | |
Enumerations | |
| enum | xtd::uri_host_name_type { xtd::uri_host_name_type::unknown = 0, xtd::uri_host_name_type::basic = 1, xtd::uri_host_name_type::dns = 2, xtd::uri_host_name_type::ip_v4 = 3, xtd::uri_host_name_type::ip_v6 = 4 } |
| Defines host name types for the xtd::uri::check_host_name method. More... | |