asio C++ library

PrevUpHomeNext

stream_socket_service::bind

Bind the stream socket to the specified local endpoint.

asio::error_code bind(
    implementation_type & impl,
    const endpoint_type & endpoint,
    asio::error_code & ec);

PrevUpHomeNext