Background Intelligent Transfer Service In C#

后端 未结 2 1766
臣服心动
臣服心动 2020-12-16 05:37

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 com

2条回答
  •  旧巷少年郎
    2020-12-16 06:35

    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.

提交回复
热议问题