Socket.isBlocking

Tell whether the socket is in blocking or non-blocking mode.

interface Socket
bool
isBlocking
const
(
)

Return Value

Type: bool

true if the socket is blocking, false otherwise.

Meta