TcpListener.isBlocking

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

class TcpListener
const
bool
isBlocking
()

Return Value

Type: bool

true if the socket is blocking, false otherwise.

Meta