Method DownloadFile
DownloadFile(string, string, EventHandler<float>)
Downloads file using async operation.
public static Task DownloadFile(string docUrl, string filePath, EventHandler<float> progressChanged)
Parameters
docUrlstringUrl to download from.
filePathstringPath to file.
progressChangedEventHandler<float>Event to call on download progress.