BITS, the Windows background intelligent transfer service.

Looks like there are a few C# wrappers around that manage the interop to BITS, does anybody have any opinions on the best one?

link|improve this question

78% accept rate
feedback

2 Answers

up vote 3 down vote accepted

I found problems with using the Managed_BITS codeproject article and I found an even better wrapper:

http://www.codeplex.com/sharpbits

Less code, a lot cleaner and unlike the codeproject, it did not hide away those parts of the BITS interface that I actually need to use.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.