[]
Copies content of one stream to another.
public static void CopyStream(Stream src, Stream dst)
The source stream.
The destination stream.