asio C++ library

PrevUpHomeNext

basic_stream_socket::get_option

Get an option from the socket.

void get_option(
    GettableSocketOption & option) const;
  » more...

asio::error_code get_option(
    GettableSocketOption & option,
    asio::error_code & ec) const;
  » more...

PrevUpHomeNext