Networking TS

PrevUpHomeNext

basic_datagram_socket::remote_endpoint

Get the remote endpoint of the socket.

endpoint_type remote_endpoint() const;
  » more...

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

PrevUpHomeNext