Sets a value that specifies the size of the send buffer of the xtd::net::sockets::socket.
- Parameters
-
value | An size_t that contains the size, in bytes, of the send buffer. The default is 8192. |
- Returns
- This current instance.
- Exceptions
-
- Note
- If you receive a xtd::net::sockets::socket_exception exception, use the xtd::net::sockets::socket_exception::error_code property to obtain the specific error code. After you have obtained this code, refer to the Windows Sockets version 2 API error code documentation in the MSDN library for a detailed description of the error.