Click or drag to resize

ChunkedMemoryStreamWriteTo Method

Writes to the specified stream.

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public void WriteTo(
	Stream stream
)

Parameters

stream
Type: System.IOStream
The stream.
See Also