Delegate RetryableCopyToStreamTask.SourceStreamFactory
A delegate which creates a source Stream based on the last position of the download.
public delegate Task<Stream> RetryableCopyToStreamTask.SourceStreamFactory(long lastBytesPosition, CancellationToken token = default)
Parameters
lastBytesPositionlongThe last position of the bytes downloaded.
tokenCancellationTokenThe cancellation token for creating Stream instance.