get_blocking


Description:

public bool get_blocking ()

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.