6#include "../core_export.hpp"
7#include "../static.hpp"
Provides methods for creating, manipulating, searching, and sorting arrays, thereby serving as the ba...
Definition array.hpp:61
Represents text as a sequence of character units.
Definition basic_string.hpp:71
Provides simple domain name resolution functionality.
Definition dns.hpp:24
static xtd::string get_host_name()
Gets the host name of the local computer.
static xtd::net::ip_host_entry get_host_entry(const ip_address &address)
Resolves an IP address to an xtd::net::ip_host_entry instance.
static xtd::net::ip_host_entry get_host_entry(const xtd::string &host_name_or_address)
Resolves a host name or IP address to an xtd::net::ip_host_entry instance.
static xtd::array< xtd::net::ip_address > get_host_addresses(const xtd::string &host_name_or_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
#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
Contains xtd::net::ip_host_entry class.
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition xtd_about_box.hpp:10