C# 后台智能传输服务

发布于 2024-07-11 02:35:02 字数 96 浏览 9 评论 0原文

有人在 C# 中成功使用过这个吗?或者有更好的替代方案吗? 还有什么好的工作项目可以让我看看并获得良好的感觉吗? 我遇到的大多数项目都是 C++ 的,并且正在寻找 C# 项目

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

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

负佳期 2024-07-18 02:35:02

是的,我们在一个工具中使用它,让客户将日志、转储等上传到我们的客户支持部门。 您可以直接通过 PInvoke/COMInterop 使用它,但我建议查看 SharpBITS.NET,它很好地包装了 BITS 接口。

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.

梦回旧景 2024-07-18 02:35:02

我是 Microsoft BITS 团队的 PM,我们有一个新的 learn.microsoft.com 页面,讨论如何使用 BITS 和 C#,以及 GitHub

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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文