Hello everyone,
I am using VSTS 2008 + C# + .Net 3.5 to develop a console application to upload a file to server. For the WebClient.UploadProgressChanged Event, I am wondering what is the rule when this event will be raised? I read the below document but find no accurate information (like will be raised 10 times during upload or something). Does anyone know what is the rule when this event will be raised?
http://msdn.microsoft.com/en-us/library/system.net.webclient.uploadprogresschanged.aspx
thanks in advance, George