xtd - Reference Guide
0.1.2
Modern c++17/20 framework to create console, GUI and unit test applications on Windows, macOS, Linux, iOS and android.
|
This is the complete list of members for xtd::net::sockets::udp_client, including all inherited members.
active() const noexcept | xtd::net::sockets::udp_client | protected |
active(bool value) noexcept | xtd::net::sockets::udp_client | protected |
allow_nat_traversal(bool allowed) | xtd::net::sockets::udp_client | |
available() const | xtd::net::sockets::udp_client | |
begin_receive(xtd::async_callback callback, const std::any &state) | xtd::net::sockets::udp_client | |
begin_send(const std::vector< byte_t > &dgram, size_t bytes, const xtd::ustring &hostname, uint16_t port, xtd::async_callback callback, const std::any &state) | xtd::net::sockets::udp_client | |
begin_send(const std::vector< byte_t > &dgram, size_t bytes, const xtd::net::ip_end_point &end_point, xtd::async_callback callback, const std::any &state) | xtd::net::sockets::udp_client | |
begin_send(const std::vector< byte_t > &dgram, size_t bytes, xtd::async_callback callback, const std::any &state) | xtd::net::sockets::udp_client | |
client() const noexcept | xtd::net::sockets::udp_client | |
client(const xtd::net::sockets::socket &value) noexcept | xtd::net::sockets::udp_client | |
close() | xtd::net::sockets::udp_client | |
connect(const xtd::net::ip_end_point &end_point) | xtd::net::sockets::udp_client | |
connect(const xtd::net::ip_address &ip_address, uint16_t port) | xtd::net::sockets::udp_client | |
connect(const xtd::ustring &hostname, uint16_t port) | xtd::net::sockets::udp_client | |
dont_fragment() const | xtd::net::sockets::udp_client | |
dont_fragment(bool value) | xtd::net::sockets::udp_client | |
drop_multicast_group(const xtd::net::ip_address &multicast_address) | xtd::net::sockets::udp_client | |
drop_multicast_group(const xtd::net::ip_address &multicast_address, uint32_t if_index) | xtd::net::sockets::udp_client | |
enable_broadcast() const | xtd::net::sockets::udp_client | |
enable_broadcast(bool value) | xtd::net::sockets::udp_client | |
end_receive(std::shared_ptr< xtd::iasync_result > async_result, xtd::net::ip_end_point &remote_end_point) | xtd::net::sockets::udp_client | |
end_send(std::shared_ptr< xtd::iasync_result > async_result) | xtd::net::sockets::udp_client | |
equals(const object &obj) const noexcept | xtd::object | virtual |
equals(const object &object_a, const object &object_b) noexcept | xtd::object | static |
exclusive_address_use() const | xtd::net::sockets::udp_client | |
exclusive_address_use(bool value) | xtd::net::sockets::udp_client | |
get_hash_code() const noexcept | xtd::object | virtual |
join_multicast_group(const xtd::net::ip_address &multicast_address) | xtd::net::sockets::udp_client | |
join_multicast_group(uint32_t if_index, const xtd::net::ip_address &multicast_address) | xtd::net::sockets::udp_client | |
join_multicast_group(const xtd::net::ip_address &multicast_address, byte_t ttl) | xtd::net::sockets::udp_client | |
join_multicast_group(const xtd::net::ip_address &multicast_address, const xtd::net::ip_address &local_address) | xtd::net::sockets::udp_client | |
memberwise_clone() const | xtd::object | inline |
multicast_loopback() const | xtd::net::sockets::udp_client | |
multicast_loopback(bool value) | xtd::net::sockets::udp_client | |
object()=default | xtd::object | |
receive(xtd::net::ip_end_point &remote_end_point) | xtd::net::sockets::udp_client | |
reference_equals(const object &object_a, const object &object_b) noexcept | xtd::object | static |
send(const std::vector< byte_t > &dgram, size_t bytes, const xtd::ustring &hostname, uint16_t port) | xtd::net::sockets::udp_client | |
send(const std::vector< byte_t > &dgram, size_t bytes, const xtd::net::ip_end_point &end_point) | xtd::net::sockets::udp_client | |
send(const std::vector< byte_t > &dgram, size_t bytes) | xtd::net::sockets::udp_client | |
to_string() const noexcept | xtd::object | virtual |
ttl() const | xtd::net::sockets::udp_client | |
ttl(byte_t value) | xtd::net::sockets::udp_client | |
udp_client() | xtd::net::sockets::udp_client | |
udp_client(uint16_t port) | xtd::net::sockets::udp_client | explicit |
udp_client(const xtd::net::ip_end_point &local_end_point) | xtd::net::sockets::udp_client | explicit |
udp_client(xtd::net::sockets::address_family address_Family) | xtd::net::sockets::udp_client | explicit |
udp_client(uint16_t port, xtd::net::sockets::address_family addressFamily) | xtd::net::sockets::udp_client | |
udp_client(const xtd::ustring &hostname, uint16_t port) | xtd::net::sockets::udp_client |