Contains extension methods for System.IO.Stream.
Asynchronously reads the bytes from the current stream and writes them to another stream, using a specified buffer size, cancellation token, and progress reporting delegate.
Asynchronously reads the bytes from the current stream and writes them to another stream, using a specified buffer size and progress reporting delegate.
Asynchronously reads the bytes from the current stream and writes them to another stream, using a progress reporting delegate.