Socket.isBlocking

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

interface Socket
const
bool
isBlocking
()

Return Value

Type: bool

true if the socket is blocking, false otherwise.

Meta