size_t xtd::net::sockets::socket::io_control | ( | xtd::net::sockets::io_control_code | io_control_code, |
std::vector< xtd::byte > & | option_in_value, | ||
std::vector< xtd::byte > & | option_out_value | ||
) |
Sets low-level operating modes for the xtd::net::sockets::socket using xtd::net::sockets::io_control_code control codes.
io_control_code | A xtd::net::sockets::io_control_code value that specifies the control code of the operation to perform. |
option_in_value | A byte array that contains the input data required by the operation. |
option_out_value | A byte array that contains the output data returned by the operation. |