Click or drag to resize

AutoResetStream.CanRead Property

When overridden in a derived class, gets a value indicating whether the current stream supports reading.

Namespace:  BionicCode.Utilities.Net.Standard.IO
Assembly:  BionicCode.Utilities.Net.Standard (in BionicCode.Utilities.Net.Standard.dll) Version: 1.0.4
Syntax
public override bool CanRead { get; }

Return Value

Type: Boolean
true if the stream supports reading; otherwise, false.
See Also
https://github.com/BionicCode/BionicCode.Net/blob/master/README.md