 | 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
Syntaxpublic override bool CanRead { get; }
public:
virtual property bool CanRead {
bool get () override;
}
abstract CanRead : bool with get
override CanRead : bool with get
/** @property */
public boolean get_CanRead()
override function get CanRead () : boolean
VIRTUAL PROPERTY CanRead AS LOGIC GET
Return Value
Type:
Booleantrue if the stream supports reading; otherwise,
false.
See Also