gpt4 book ai didi

c# - System.Net.Webclient 不工作 'WebClient' 找不到

转载 作者:太空狗 更新时间:2023-10-29 19:54:54 26 4
gpt4 key购买 nike

我正在尝试使用 WebClient,但它给我错误,所以我检查了几个论坛(包括这个),他们告诉我把它放在哪里

在文件的顶部:

using System.Net 

在我想使用 WebClient 的地方之后:

 WebClient webClient = new WebClient();
webClient.DownloadFile ("http://mysite.com/myfile.txt", @"c:\myfile.txt");

我得到这个错误:

找不到类型或命名空间名称“WebClient”(是否缺少 using 指令或程序集引用?)

在其他论坛中,我刚刚在上面编写的代码似乎是解决方案,但对我不起作用。

最佳答案

鉴于您的标签,听起来您可能正在构建 Windows 应用商店应用程序 - 在这种情况下您需要使用 HttpClient而不是 WebClient

关于c# - System.Net.Webclient 不工作 'WebClient' 找不到,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19164900/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com