StreamExtensionsCopyTo Method

Overload List

CopyTo(Stream, Stream) Copies the source Stream into the destination one. Copy begins on the current position of source stream. None of the streams are closed or sought after the end of the copy progress.
CopyTo(Stream, Stream, Int32) Copies the source Stream into the destination one. Copy begins on the current position of source stream. None of the streams are closed or sought after the end of the copy progress.

See Also