【问题标题】:upload with bandwidth throttling in c#在 C# 中使用带宽限制上传 【发布时间】:2008-12-30 13:55:20 【问题描述】: 我正在尝试将文件从本地计算机移动到远程服务器。尝试看看是否有比 BITS 更好的方法来上传文件,在 c# 中限制带宽 【问题讨论】: 标签: c# 【解决方案1】: 你看过这篇文章吗? 使用名为 ThrottledStream 的 codeproject 类。 Bandwidth throttling in C# 【讨论】: