23 static constexpr const uint16_t min_port = 0x0000;
25 static constexpr const uint16_t max_port = 0xFFFF;
55 uint16_t port() const noexcept;
Identifies a network address. This is an abstract class.
Definition: end_point.h:24
ustring to_string() const noexcept override
Returns a string that represents the current object.
Provides an Internet Protocol (IP) address.
Definition: ip_address.h:30
Represents a network endpoint as an IP address and a port number.
Definition: ip_end_point.h:20
ip_end_point(uint32_t address, uint16_t port)
Initializes a new instance of the xtd::net::ip_end_point class.
const xtd::net::ip_address & address() const noexcept
Gets the IP address of the endpoint.
ip_end_point(const xtd::net::ip_address &address, uint16_t port)
Initializes a new instance of the xtd::net::ip_end_point class.
Stores serialized information from end_point derived classes.
Definition: socket_address.h:28
Represents text as a sequence of UTF-8 code units.
Definition: ustring.h:48
Contains xtd::net::end_point class.
#define core_export_
Define shared library export.
Definition: core_export.h:13
Contains xtd::net::ip_address class.
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition: system_report.h:17