I need help with this code
#region Events public class DownloadProgressChangedEventArg { private long _ProgressPercentage; private long _BytesReceiv
When calling DownloadFileAsync method you have to make sure it completes before trying to download again.
This answer will help you.