Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 915 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 915 Bytes

Amusoft.Toolkit.Http

Project state

.GitHub GitHub issues NuGet version (Amusoft.Templates)

Description

This project contains a toolkit for the usage area of HTTP functionality

Features

  • Downloading files with progress callbacks
    • DownloadWithProgress.ExecuteAsync(HttpClient, downloadUrl, destinationPath, progress, requestMessageBuilder, cancellationToken)
    • HttpClient.DownloadWithProgressAsync(downloadUrl, destinationPath, progress, requestMessageBuilder, cancellationToken)