Click or drag to resize

StreamShellContent Constructor

Initializes a new instance of the StreamShellContent class.

Namespace:  callback.ShellBoost.Core
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
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