StreamShellContent Constructor |
Namespace:
ShellBoost.Core
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.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