address_family() const noexcept | xtd::net::ip_address | |
any | xtd::net::ip_address | static |
broadcast | xtd::net::ip_address | static |
equals(const object &obj) const noexcept override | xtd::net::ip_address | virtual |
equals(const ip_address &other) const noexcept override | xtd::net::ip_address | virtual |
xtd::object::equals(const object_a_t &object_a, const object_b_t &object_b) noexcept | xtd::object | inlinestatic |
get_address_bytes() const | xtd::net::ip_address | |
get_hash_code() const noexcept override | xtd::net::ip_address | virtual |
get_type() const noexcept | xtd::object | virtual |
host_to_network_order(double host) | xtd::net::ip_address | static |
host_to_network_order(xtd::int16 host) | xtd::net::ip_address | static |
host_to_network_order(xtd::int32 host) | xtd::net::ip_address | static |
host_to_network_order(xtd::int64 host) | xtd::net::ip_address | static |
host_to_network_order(float host) | xtd::net::ip_address | static |
host_to_network_order(xtd::uint16 host) | xtd::net::ip_address | static |
host_to_network_order(xtd::uint32 host) | xtd::net::ip_address | static |
host_to_network_order(xtd::uint64 host) | xtd::net::ip_address | static |
ip_address() | xtd::net::ip_address | |
ip_address(xtd::uint32 address) | xtd::net::ip_address | explicit |
ip_address(const xtd::array< xtd::byte > &address) | xtd::net::ip_address | explicit |
ip_address(const xtd::array< xtd::byte > &address, xtd::uint32 scope_id) | xtd::net::ip_address | |
ip_address(xtd::byte quad_part_address1, xtd::byte quad_part_address2, xtd::byte quad_part_address3, xtd::byte 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(xtd::int16 network) | xtd::net::ip_address | static |
network_to_host_order(xtd::int32 host) | xtd::net::ip_address | static |
network_to_host_order(xtd::int64 network) | xtd::net::ip_address | static |
network_to_host_order(float network) | xtd::net::ip_address | static |
network_to_host_order(xtd::uint16 network) | xtd::net::ip_address | static |
network_to_host_order(xtd::uint32 network) | xtd::net::ip_address | static |
network_to_host_order(xtd::uint64 network) | xtd::net::ip_address | static |
none | xtd::net::ip_address | static |
object()=default | xtd::object | |
parse(const xtd::string &str) | xtd::net::ip_address | static |
reference_equals(const object_a_t &object_a, const object_b_t &object_b) noexcept | xtd::object | inlinestatic |
scope_id() const | xtd::net::ip_address | |
scope_id(xtd::uint32 value) | xtd::net::ip_address | |
to_string() const noexcept override | xtd::net::ip_address | virtual |
try_parse(const xtd::string &str, ip_address &address) noexcept | xtd::net::ip_address | static |