asio C++ library

PrevUpHomeNext

basic_socket::shutdown

Disable sends or receives on the socket.

void shutdown(
    shutdown_type what);
  » more...

asio::error_code shutdown(
    shutdown_type what,
    asio::error_code & ec);
  » more...

PrevUpHomeNext