Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

stream_socket_service::bind

Bind the stream socket to the specified local endpoint.

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

PrevUpHomeNext