Method CopyStream
CopyStream(Stream, string)
Copies stream to the file with the specified path.
public static void CopyStream(Stream stream, string destPath)
Copies stream to the file with the specified path.
public static void CopyStream(Stream stream, string destPath)