When overridden in a derived class, gets a value indicating whether the current stream supports reading.
Namespace: System.IOAssembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax public abstract bool CanRead { get; }
Return Value
Type:
Booleantrue if the stream supports reading; otherwise, false.
See Also