asio C++ library

PrevUpHomeNext

basic_socket::bind

Bind the socket to the given local endpoint.

void bind(
    const endpoint_type & endpoint);
  » more...

asio::error_code bind(
    const endpoint_type & endpoint,
    asio::error_code & ec);
  » more...

PrevUpHomeNext