This project contains a toolkit for the usage area of HTTP functionality
- Downloading files with progress callbacks
DownloadWithProgress.ExecuteAsync(HttpClient, downloadUrl, destinationPath, progress, requestMessageBuilder, cancellationToken)
HttpClient.DownloadWithProgressAsync(downloadUrl, destinationPath, progress, requestMessageBuilder, cancellationToken)