asio C++ library

PrevUpHomeNext

basic_datagram_socket::remote_endpoint

Get the remote endpoint of the socket.

endpoint_type remote_endpoint() const;
  » more...

endpoint_type remote_endpoint(
    asio::error_code & ec) const;
  » more...

PrevUpHomeNext