Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我目前只是WebClient.DownloadFile()在我的 C# 客户端中使用一个简单的方法从我的网络服务器(ASP.NET)获取大文件更新。
WebClient.DownloadFile()
现在,如果有人断开连接或重新启动他们的 PC,似乎没有任何方法可以让 WebClient 从完成的位置恢复下载。使此下载可恢复的最简单方法是什么?
(请注意,此功能嵌入在我的应用程序中,因此我不想使用第三方下载管理器)