get_blocking
Description:
Gets the blocking mode of the socket.
For details on blocking I/O, see set_blocking.
Parameters:
this |
a Socket. |
Returns:
true if blocking I/O is used, false otherwise. |
Gets the blocking mode of the socket.
For details on blocking I/O, see set_blocking.
this |
a Socket. |
true if blocking I/O is used, false otherwise. |