CryptoStream: CanRead (get)

CanRead

Gets if the stream can be read from.



 Public Property Get CanRead ( ) As Boolean

Return Values

Boolean -  True if the stream supports reading, False otherwise.

Remarks

A CryptoStream object supports only reading or writing, not both simultaneously.

Read Only.

See Also

Project CorLib Overview

Class CryptoStream Overview