asio C++ library

PrevUpHomeNext

basic_stream_socket::connect

Connect the socket to the specified endpoint.

void connect(
    const endpoint_type & peer_endpoint);

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

PrevUpHomeNext