Hi Can any one help me how to use Background Intelligent Transfer Service using c#. I already have seen so many posts where they have used .dll from Sharpbit. But I need a dll which is msdn.
Asked
Active
Viewed 3,135 times
1 Answers
3
You can use BITS in .Net using COM Interop. You don't need any third party code. There is an entire article and sample code called Write Auto-Updating Apps with .NET and the Background Intelligent Transfer Service API

JimSTAT
- 735
- 1
- 8
- 27
-
1That article is gone now. But there is an [archived copy](http://web.archive.org/web/20141231105711/http://msdn.microsoft.com/en-us/magazine/cc188766.aspx) – torvin Aug 23 '16 at 02:17
-
I can't reach @torvin's link, but here's another copy [here](http://www.w3egitimi.com/2003/02/write-auto-updating-apps-with-net-and.html) – White hawk Sep 27 '17 at 11:46