IsReadable Property  
 

Return if data can be read from the server without blocking.

Syntax

object.IsReadable

Remarks

The IsReadable property returns True if data can be read from the server without blocking. For non-blocking connections, this property can be checked before the application attempts to read the data, preventing an error.

Data Type

Boolean

See Also

IsConnected Property, Read Method, OnRead Event