asio C++ library

PrevUpHomeNext

basic_raw_socket::connect

Connect the socket to the specified endpoint.

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

asio::error_code connect(
    const endpoint_type & peer_endpoint,
    asio::error_code & ec);
  » more...

PrevUpHomeNext