CryptoStream: CanRead (get)

CanRead

Returns if the Stream can be read from.



 Public Property Get CanRead ( ) As Boolean

Return Values

Boolean -  Returns 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 VBCorLib Overview Class CryptoStream Overview CryptoStream Properties CryptoStream Methods BeginWrite CanSeek (get)