Click or drag to resize
StreamCanRead Property
When overridden in a derived class, gets a value indicating whether the current stream supports reading.

Namespace: System.IO
Assembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax
C#
public abstract bool CanRead { get; }

Return Value

Type: Boolean
true if the stream supports reading; otherwise, false.
See Also