address_family() const noexcept | xtd::net::ip_address | |
any | xtd::net::ip_address | static |
broadcast | xtd::net::ip_address | static |
equals(const object &other) const noexcept override | xtd::net::ip_address | virtual |
equals(const ip_address &other) const noexcept override (defined in xtd::net::ip_address) | xtd::net::ip_address | |
xtd::object::equals(const object &object_a, const object &object_b) noexcept | xtd::object | static |
iequatable< ip_address >::equals(const ip_address &) const noexcept=0 | xtd::iequatable< ip_address > | pure virtual |
get_address_bytes() const | xtd::net::ip_address | |
get_hash_code() const noexcept | xtd::object | virtual |
host_to_network_order(double host) | xtd::net::ip_address | static |
host_to_network_order(int16_t host) | xtd::net::ip_address | static |
host_to_network_order(int32_t host) | xtd::net::ip_address | static |
host_to_network_order(int64_t host) | xtd::net::ip_address | static |
host_to_network_order(float host) | xtd::net::ip_address | static |
host_to_network_order(uint16_t host) | xtd::net::ip_address | static |
host_to_network_order(uint32_t host) | xtd::net::ip_address | static |
host_to_network_order(uint64_t host) | xtd::net::ip_address | static |
ip_address()=default | xtd::net::ip_address | |
ip_address(uint32_t address) | xtd::net::ip_address | explicit |
ip_address(const std::vector< byte_t > &address) | xtd::net::ip_address | explicit |
ip_address(const std::vector< byte_t > &address, uint32_t scope_id) | xtd::net::ip_address | |
ip_address(byte_t quad_part_address1, byte_t quad_part_address2, byte_t quad_part_address3, byte_t quad_part_address4) | xtd::net::ip_address | |
ip_v6_any | xtd::net::ip_address | static |
ip_v6_loopback | xtd::net::ip_address | static |
ip_v6_none | xtd::net::ip_address | static |
is_ip_v4_mapped_to_ip_v6() const noexcept | xtd::net::ip_address | |
is_ip_v6_link_local() const noexcept | xtd::net::ip_address | |
is_ip_v6_multicast() const noexcept | xtd::net::ip_address | |
is_ip_v6_site_local() const noexcept | xtd::net::ip_address | |
is_ip_v6_teredo() const noexcept | xtd::net::ip_address | |
is_loopback(const ip_address &address) | xtd::net::ip_address | static |
loopback | xtd::net::ip_address | static |
map_to_ip_v4() const noexcept | xtd::net::ip_address | |
map_to_ip_v6() const noexcept | xtd::net::ip_address | |
memberwise_clone() const | xtd::object | inline |
network_to_host_order(double network) | xtd::net::ip_address | static |
network_to_host_order(int16_t network) | xtd::net::ip_address | static |
network_to_host_order(int32_t host) | xtd::net::ip_address | static |
network_to_host_order(int64_t network) | xtd::net::ip_address | static |
network_to_host_order(float network) | xtd::net::ip_address | static |
network_to_host_order(uint16_t network) | xtd::net::ip_address | static |
network_to_host_order(uint32_t network) | xtd::net::ip_address | static |
network_to_host_order(uint64 network) | xtd::net::ip_address | static |
none | xtd::net::ip_address | static |
object()=default | xtd::object | |
parse(const ustring &str) | xtd::net::ip_address | static |
reference_equals(const object &object_a, const object &object_b) noexcept | xtd::object | static |
scope_id() const | xtd::net::ip_address | |
scope_id(uint32_t value) | xtd::net::ip_address | |
to_string() const noexcept override | xtd::net::ip_address | virtual |
try_parse(const ustring &str, ip_address &address) | xtd::net::ip_address | static |