Determines whether the current stream supports reading.
[Visual Basic] Overridable Public ReadOnly Property CanRead As Boolean [C#] public bool CanRead {override get;} [C++] public: __property virtual bool get_CanRead(); [JScript] public function get CanRead() : Boolean;
true if the stream supports reading, otherwise, false. Also returns false if the stream is closed.
If a BufferedStream subclass does not support reading, calls to the Read method throw a NotSupportedException.
BufferedStream Class | BufferedStream Members | System.IO Namespace | Read