Click or drag to resize
MemoryStreamWriteTo Method
Writes the entire contents of this memory stream to another stream.

Namespace: CMS.IO
Assembly: CMS.IO (in CMS.IO.dll) Version: 8.2.23
Syntax
C#
public void WriteTo(
	Stream stream
)

Parameters

stream
Type: System.IOStream
The stream to wrote this memory stream to
See Also