我在写一个 application updater. Basically, it allows any new versions of software to be detected from our clients. We are using microsoft's updater block in .NET.
They use BITS download to download files, its performance basically sucks. i am wondering what's the best download api I could use to replace the BITS. any pointers?