Table of Contents

Method DownloadFile

Namespace
Alternet.UI
Assembly
Alternet.UI.Interfaces.dll

DownloadFile(string, string, EventHandler<float>)

Downloads file using async operation.

public static Task DownloadFile(string docUrl, string filePath, EventHandler<float> progressChanged)

Parameters

docUrl string

Url to download from.

filePath string

Path to file.

progressChanged EventHandler<float>

Event to call on download progress.

Returns

Task