Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

basic_socket_acceptor::local_endpoint

Get the local endpoint of the acceptor.

endpoint_type local_endpoint() const;
  » more...

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

PrevUpHomeNext