What's the best freely available C# wrapper for BITS? [closed]
Asked Answered
H

2

8

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?

Hedges answered 19/9, 2008 at 18:53 Comment(1)
There's a new learn.microsoft.com page that talks about using BITS and C#, plus a brand-new c#/WPF sample on GitHub.Promycelium
H
6

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

http://www.codeplex.com/sharpbits
http://nuget.org/packages/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.

Hedges answered 25/9, 2008 at 17:12 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.