Provides methods for creating, manipulating, searching, and sorting arrays, thereby serving as the ba...
Definition array.hpp:64
Provides simple domain name resolution functionality.
Definition dns.hpp:24
static auto get_host_entry(const xtd::net::ip_address &address) -> xtd::net::ip_host_entry
Resolves an IP address to an xtd::net::ip_host_entry instance.
static auto get_host_name() -> xtd::string
Gets the host name of the local computer.
static auto get_host_entry(const xtd::string &host_name_or_address) -> xtd::net::ip_host_entry
Resolves a host name or IP address to an xtd::net::ip_host_entry instance.
static auto get_host_addresses(const xtd::string &host_name_or_address) -> xtd::array< xtd::net::ip_address >
Returns the Internet Protocol (IP) addresses for the specified host.
Provides an Internet Protocol (IP) address.
Definition ip_address.hpp:42
Provides a container class for Internet host address information.
Definition ip_host_entry.hpp:26
Contains core_export_ keyword.
#define static_
This keyword is use to represent a static object. A static object can't be instantiated (constructors...
Definition static.hpp:37
#define core_export_
Define shared library export.
Definition core_export.hpp:13
xtd::basic_string< char > string
Represents text as a sequence of UTF-8 code units.
Definition __string_definitions.hpp:43
Contains xtd::net::ip_host_entry class.
The xtd::net namespace provides a simple programming interface for many of the protocols used on netw...
Definition cookie_exception.hpp:10
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition abstract_object.hpp:8
Contains xtd::static_object class.