Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

basic_raw_socket::remote_endpoint

Get the remote endpoint of the socket.

endpoint_type remote_endpoint() const;
  » more...

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

PrevUpHomeNext