asio C++ library

PrevUpHomeNext

basic_socket_acceptor::local_endpoint

Get the local endpoint of the acceptor.

endpoint_type local_endpoint() const;
  » more...

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

PrevUpHomeNext