Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

basic_socket::connect

Connect the socket to the specified endpoint.

void connect(
    const endpoint_type & peer_endpoint);
  » more...

void connect(
    const endpoint_type & peer_endpoint,
    boost::system::error_code & ec);
  » more...

PrevUpHomeNext