System.Net.WebClient 在 asp.net vnext for dnx core 5.0

System.Net.WebClient in asp.net vnext for dnx core 5.0

我为 asp.net vnext 安装了 RC,但我似乎找不到 webclient

看到了它应该在的博文 "System.Net.Http": "4.0.1-beta-23516""Microsoft.AspNet.WebApi.Client": "5.2.3" 但我没找到...

我应该看哪个地方?

你应该学会没有它如何生活,因为它不是 CoreFX 的一部分(至少现在),

https://github.com/dotnet/corefx/search?q=webclient&type=Code&utf8=%E2%9C%93

是时候移动到 HttpClientHttpWebRequest

它应该在 1.2.0 版本 https://github.com/dotnet/corefx/issues/11794

的 System.Net.Http 之上构建