WebClient DownloadProgressChangedEventHandler Not Firing
问题 I'm having trouble getting DownloadProgressChangedEventHandler to fire. I understand that, worst case, the event handler should fire every 64Kb. The URL I'm trying to download data from creates 680Kb of XML data on the fly, but the handler does not fire at all. Here's test code that demonstrates the problem. Unfortunately I cannot share the specific URL as it contains proprietary data. static void Main(string[] args) { Console.WriteLine("Downloading data"); string url = "https:/