.NET文件下载库文件、NET

2023-09-07 00:34:42 作者:秋风藏匿遗憾

是否与功能从互联网上下载文件的任何库?我需要使用线程来提高速度,下载一些文件。

Is there any library with functions for downloading files from the internet? I need to download some files using threads to increase speed.

推荐答案

您可以使用 Web客户端和后台工作,线程池或线程要做到这一点很容易。

You can use the WebClient and background worker, threadpool or threads to do this fairly easily.

这个问题也已经张贴在这里的几个不同的形式为好。

This question has also been posted on here in a few different forms as well.