Provides a programming interface for modern HTTP applications, including HTTP client components that allow applications to consume web services over HTTP and HTTP components that can be used by both clients and servers for parsing HTTP headers. Commonly Used Types: System.Net.Http.HttpResponseMessage System.Net.Http.DelegatingHandler System.Net.Http.HttpRequestException System.Net.Http.HttpClient System.Net.Http.MultipartContent System.Net.Http.Headers.HttpContentHeaders System.Net.Http.HttpClientHandler System.Net.Http.StreamContent System.Net.Http.FormUrlEncodedContent System.Net.Http.HttpMessageHandler
dotnet add package System.Net.Http --version 4.0.1-beta-23409
Install-Package System.Net.Http -Version 4.0.1-beta-23409
| 包名 | 版本要求 |
|---|---|
| System.Runtime | [4.0.0, ) |
| System.Threading.Tasks | [4.0.0, ) |
| System.IO | [4.0.0, ) |
| System.Net.Primitives | [4.0.0, ) |
| System.Text.Encoding | [4.0.0, ) |
| 作者 | Microsoft |
|---|---|
| 发布时间 | 2015-10-15 16:52:08 |
| 许可证 | http://go.microsoft.com/fwlink/?LinkId=329770 |