Syntax
public
virtual
System.Threading.Tasks.Task CopyToAsync(System.IO.Stream destination, int bufferSize, System.Threading.CancellationToken cancellationToken)
Parameters
- destination
- Type: System.IO.Stream
The target stream.
- bufferSize
- Type: int
The desired buffer size.
- cancellationToken
- Type: System.Threading.CancellationToken
The cancellation token.