Property CanRead CanRead When overridden in a derived class, gets a value indicating whether the current stream supports reading. Declaration public override bool CanRead { get; } Property Value Type Description bool true if the stream supports reading; otherwise, false. Overrides Stream.CanRead