Click or drag to resize

StreamOnIStreamCanRead Property

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

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public override bool CanRead { get; }

Property Value

Type: Boolean
A value indicating whether the current stream supports reading.
See Also