Background Intelligent Transfer Service In C#

2019-01-24 12:41发布

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

2条回答
萌系小妹纸
2楼-- · 2019-01-24 13:28

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.

查看更多
该账号已被封号
3楼-- · 2019-01-24 13:28

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.

查看更多
登录 后发表回答