Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 546 Bytes

HttpDownloadAsync.md

File metadata and controls

23 lines (15 loc) · 546 Bytes

IPublicAPI.HttpDownloadAsync method

Download the specific url to a certain file path

public Task HttpDownloadAsync(string url, string filePath, CancellationToken token = default)
parameter description
url URL to download file
token place to store file

Return Value

Task showing the progress

See Also