M
Mark Olbert
I have a situation where I would like to manage how fast an http download occurs from a server (basically, the server risks crashing
itself if it goes full bore).
I know there's no download rate paramter for the DownloadFile() methods in WebClient. I was wondering if some other class offers
that capability. Or, failing that, is the DownloadProgressChanged event a blocking call? If it is, I could insert some logic to
delay executing the event handler, thereby slowing down the data transfer rate.
- Mark
itself if it goes full bore).
I know there's no download rate paramter for the DownloadFile() methods in WebClient. I was wondering if some other class offers
that capability. Or, failing that, is the DownloadProgressChanged event a blocking call? If it is, I could insert some logic to
delay executing the event handler, thereby slowing down the data transfer rate.
- Mark