Background Intelligent Transfer Service In C#

2019-01-24 13:22发布

问题:

Anyone successfully using this in c# or is there a better alternative to this? Also any good working project that I can look at and get a good feel? most projects i have come across is in C++ and was looking for a C# project

回答1:

Yes, we're using it in a tool to let customers upload logs, dumps, etc. to our customer support department. You could use it directly via PInvoke/COMInterop, but I suggest to have a look at SharpBITS.NET, which wraps the BITS interface nicely.



回答2:

I'm the PM for the BITS team at Microsoft -- and we have a new docs.microsoft.com page that talks about using BITS and C#, plus a brand-new C#/WPF sample on GitHub.