xtd 0.2.0
Loading...
Searching...
No Matches
xtd::net::sockets::tcp_client Member List

This is the complete list of members for xtd::net::sockets::tcp_client, including all inherited members.

active() const noexcept -> boolxtd::net::sockets::tcp_clientprotected
active(bool value) noexcept -> tcp_client &xtd::net::sockets::tcp_clientprotected
available() const -> xtd::sizextd::net::sockets::tcp_client
begin_connect(const xtd::net::ip_address &address, uint16 port, xtd::async_callback callback, const xtd::any_object &state) -> xtd::sptr< xtd::iasync_result >xtd::net::sockets::tcp_client
begin_connect(const xtd::array< xtd::net::ip_address > &addresses, uint16 port, xtd::async_callback callback, const xtd::any_object &state) -> xtd::sptr< xtd::iasync_result >xtd::net::sockets::tcp_client
begin_connect(const xtd::string &host, uint16 port, xtd::async_callback callback, const xtd::any_object &state) -> xtd::sptr< xtd::iasync_result >xtd::net::sockets::tcp_client
client() const noexcept -> xtd::net::sockets::socketxtd::net::sockets::tcp_client
client(const xtd::net::sockets::socket &value) noexcept -> tcp_client &xtd::net::sockets::tcp_client
close() -> voidxtd::net::sockets::tcp_client
connect(const xtd::net::ip_end_point &remote_end_point) -> voidxtd::net::sockets::tcp_client
connect(const xtd::net::ip_address &ip_address, uint16 port) -> voidxtd::net::sockets::tcp_client
connect(const xtd::string &hostname, uint16 port) -> voidxtd::net::sockets::tcp_client
connected() const noexcept -> boolxtd::net::sockets::tcp_client
end_connect(xtd::sptr< xtd::iasync_result > async_result) -> voidxtd::net::sockets::tcp_client
equals(const object &obj) const noexcept -> bool overridextd::net::sockets::tcp_clientvirtual
equals(const tcp_client &other) const noexcept -> bool overridextd::net::sockets::tcp_client
xtd::object::equals(const object_a_t &object_a, const object_b_t &object_b) noexceptxtd::objectinlinestatic
xtd::iequatable< tcp_client >::equals(const tcp_client &) const noexcept=0xtd::iequatable< tcp_client >pure virtual
exclusive_address_use() const -> boolxtd::net::sockets::tcp_client
exclusive_address_use(bool value) -> tcp_client &xtd::net::sockets::tcp_client
get_hash_code() const noexceptxtd::objectvirtual
get_stream() const -> xtd::net::sockets::network_streamxtd::net::sockets::tcp_client
get_type() const noexceptxtd::objectvirtual
linger_state() const -> xtd::net::sockets::linger_optionxtd::net::sockets::tcp_client
linger_state(const xtd::net::sockets::linger_option &value) -> tcp_client &xtd::net::sockets::tcp_client
memberwise_clone() constxtd::object
no_delay() const -> boolxtd::net::sockets::tcp_client
no_delay(bool value) -> tcp_client &xtd::net::sockets::tcp_client
object()=defaultxtd::object
receive_buffer_size() const -> xtd::sizextd::net::sockets::tcp_client
receive_buffer_size(xtd::size value) -> tcp_client &xtd::net::sockets::tcp_client
receive_timeout() const -> xtd::int32xtd::net::sockets::tcp_client
receive_timeout(xtd::int32 value) -> tcp_client &xtd::net::sockets::tcp_client
reference_equals(const object_a_t &object_a, const object_b_t &object_b) noexceptxtd::objectinlinestatic
send_buffer_size() const -> xtd::sizextd::net::sockets::tcp_client
send_buffer_size(xtd::size value) -> tcp_client &xtd::net::sockets::tcp_client
send_timeout() const -> xtd::int32xtd::net::sockets::tcp_client
send_timeout(xtd::int32 value) -> tcp_client &xtd::net::sockets::tcp_client
tcp_client()xtd::net::sockets::tcp_client
tcp_client(const xtd::net::ip_end_point &end_point)xtd::net::sockets::tcp_clientexplicit
tcp_client(xtd::net::sockets::address_family address_family)xtd::net::sockets::tcp_clientexplicit
tcp_client(const xtd::string &hostname, uint16 port)xtd::net::sockets::tcp_client
to_string() constxtd::objectvirtual