7#include "../core_export.hpp" 
    8#include "../object.hpp" 
   10#include "../string.hpp" 
   58      string to_string() const noexcept override;
 
   66      explicit 
end_point(sockets::address_family address_family) : address_family_(address_family) {}
 
Contains xtd::net::sockets::address_family enum.
 
Identifies a network address. This is an abstract class.
Definition end_point.hpp:27
 
sockets::address_family address_family() const noexcept
Gets the address family to which the endpoint belongs.
 
Stores serialized information from end_point derived classes.
Definition socket_address.hpp:31
 
Supports all classes in the xtd class hierarchy and provides low-level services to derived classes....
Definition object.hpp:42
 
#define core_export_
Define shared library export.
Definition core_export.hpp:13
 
std::unique_ptr< type_t > uptr
The xtd::uptr object is a unique pointer.
Definition uptr.hpp:25
 
address_family
Specifies the addressing scheme that an instance of the xtd::net::sockets::socket class can use.
Definition address_family.hpp:30
 
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition xtd_about_box.hpp:10
 
Contains xtd::net::socket_address class.