std::vector< xtd::byte > xtd::net::sockets::udp_client::receive | ( | xtd::net::ip_end_point & | remote_end_point | ) |
Returns a UDP datagram that was sent by a remote host.
remote_end_point | An xtd::net::ip_end_point that represents the remote host from which the data was sent. |
xtd::net::sockets::socket_exception | An error occurred when attempting to access the underlying socket. |
xtd::object_closed_exception | The underlying xtd::net::sockets::socket has been closed. |