Click or drag to resize

FileShellContentStream Property

Gets the underlying stream instance. Lazily loaded.

Namespace:  callback.ShellBoost.Core
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
protected virtual Stream Stream { get; }

Property Value

Type: Stream
The underlying stream instance.
See Also