CryptoStream: CanWrite (get)

CanWrite

Gets if the stream can be written to.



 Public Property Get CanWrite ( ) As Boolean

Return Values

Boolean -  True if the Stream supports writing, False otherwise.

Remarks

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

Read Only.

See Also

Project CorLib Overview

Class CryptoStream Overview