This is the complete list of members for xtd::net::ip_address, including all inherited members.
| address_family() const noexcept -> xtd::net::sockets::address_family | xtd::net::ip_address | |
| any | xtd::net::ip_address | static |
| broadcast | xtd::net::ip_address | static |
| equals(const object &obj) const noexcept -> bool override | xtd::net::ip_address | virtual |
| equals(const ip_address &other) const noexcept -> bool 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::array< xtd::byte > | xtd::net::ip_address | |
| get_hash_code() const noexcept -> xtd::size override | xtd::net::ip_address | virtual |
| get_type() const noexcept | xtd::object | virtual |
| host_to_network_order(double host) -> double | xtd::net::ip_address | static |
| host_to_network_order(xtd::int16 host) -> xtd::int16 | xtd::net::ip_address | static |
| host_to_network_order(xtd::int32 host) -> xtd::int32 | xtd::net::ip_address | static |
| host_to_network_order(xtd::int64 host) -> xtd::int64 | xtd::net::ip_address | static |
| host_to_network_order(float host) -> float | xtd::net::ip_address | static |
| host_to_network_order(xtd::uint16 host) -> xtd::uint16 | xtd::net::ip_address | static |
| host_to_network_order(xtd::uint32 host) -> xtd::uint32 | xtd::net::ip_address | static |
| host_to_network_order(xtd::uint64 host) -> xtd::uint64 | 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 -> bool | xtd::net::ip_address | |
| is_ip_v6_link_local() const noexcept -> bool | xtd::net::ip_address | |
| is_ip_v6_multicast() const noexcept -> bool | xtd::net::ip_address | |
| is_ip_v6_site_local() const noexcept -> bool | xtd::net::ip_address | |
| is_ip_v6_teredo() const noexcept -> bool | xtd::net::ip_address | |
| is_loopback(const ip_address &address) -> bool | xtd::net::ip_address | static |
| loopback | xtd::net::ip_address | static |
| map_to_ip_v4() const noexcept -> ip_address | xtd::net::ip_address | |
| map_to_ip_v6() const noexcept -> ip_address | xtd::net::ip_address | |
| memberwise_clone() const | xtd::object | |
| network_to_host_order(double network) -> double | xtd::net::ip_address | static |
| network_to_host_order(xtd::int16 network) -> xtd::int16 | xtd::net::ip_address | static |
| network_to_host_order(xtd::int32 host) -> xtd::int32 | xtd::net::ip_address | static |
| network_to_host_order(xtd::int64 network) -> xtd::int64 | xtd::net::ip_address | static |
| network_to_host_order(float network) -> float | xtd::net::ip_address | static |
| network_to_host_order(xtd::uint16 network) -> xtd::uint16 | xtd::net::ip_address | static |
| network_to_host_order(xtd::uint32 network) -> xtd::uint32 | xtd::net::ip_address | static |
| network_to_host_order(xtd::uint64 network) -> xtd::uint64 | xtd::net::ip_address | static |
| none | xtd::net::ip_address | static |
| object()=default | xtd::object | |
| parse(const xtd::string &str) -> ip_address | 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::uint32 | xtd::net::ip_address | |
| scope_id(xtd::uint32 value) -> ip_address & | xtd::net::ip_address | |
| to_string() const noexcept -> xtd::string override | xtd::net::ip_address | virtual |
| try_parse(const xtd::string &str, ip_address &address) noexcept -> bool | xtd::net::ip_address | static |