Click or drag to resize

ChunkedMemoryStreamCanRead 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
true if the stream supports reading; otherwise, false.
See Also