StreamShellContent Constructor |
Namespace:
callback.ShellBoost.Core
Assembly:
callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax public StreamShellContent(
Stream stream,
long? length = null
)
Parameters
- stream
- Type: System.IOStream
The input stream. - length (Optional)
- Type: SystemNullableInt64
The stream length, if the stream is not seekable.
See Also