| StreamExtensionsCopyToAsync Method |
| Name | Description | |
|---|---|---|
| CopyToAsync(Stream, Stream) |
Asynchronously reads the bytes from a source stream and writes them to a destination stream.
| |
| CopyToAsync(Stream, Stream, Int32) |
Asynchronously reads the bytes from a source stream and writes them to a destination stream,
using a specified buffer size.
| |
| CopyToAsync(Stream, Stream, Int32, CancellationToken) |
Asynchronously reads the bytes from a source stream and writes them to a destination stream,
using a specified buffer size and cancellation token.
|