public delegate void DownloadProgressChangedEventHandle(string information, long currentprogress, long totalprogress, string filename); public delegate void DownloadFileCompletedEventHandle(string information, bool success, string filename); public d…