Networking TS

PrevUpHomeNext

basic_datagram_socket::shutdown

Disable sends or receives on the socket.

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

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

PrevUpHomeNext