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