I create 1,000 downloads using BackgroundDownloader.CreateDownload
, then I queue up 100 of them by doing DownloadOperation.Start
. If I watch the traffic in fiddler, only 5 of them at actually send out at once. When one finishes, another is sent out.
Is there a way to have more sent out concurrently?