Provides a message handler for HttpClient based on the WinHTTP interface of Windows. While similar to HttpClientHandler, it provides developers more granular control over the application's HTTP communication than the HttpClientHandler. Commonly Used Types: System.Net.Http.WinHttpHandler
dotnet add package System.Net.Http.WinHttpHandler --version 4.0.0-beta-23225
Install-Package System.Net.Http.WinHttpHandler -Version 4.0.0-beta-23225
| 包名 | 版本要求 |
|---|---|
| System.Runtime | [4.0.20, ) |
| System.Runtime.InteropServices | [4.0.20, ) |
| System.Security.Cryptography.X509Certificates | [4.0.0-beta-23225, ) |
| System.Resources.ResourceManager | [4.0.0, ) |
| Microsoft.Win32.Primitives | [4.0.0, ) |
| System.Net.Http | [4.0.0, ) |
| System.Runtime.Handles | [4.0.0, ) |
| System.IO.Compression | [4.0.0, ) |
| System.Net.Primitives | [4.0.10, ) |
| System.Threading.Tasks | [4.0.10, ) |
| System.IO | [4.0.10, ) |
| System.Diagnostics.Debug | [4.0.10, ) |
| System.Runtime.Extensions | [4.0.10, ) |
| System.Globalization | [4.0.10, ) |
| System.Threading | [4.0.10, ) |
| System.Text.Encoding | [4.0.10, ) |
| 包名 | 版本要求 |
|---|---|
| System.Runtime | [4.0.20, ) |
| System.Runtime.InteropServices | [4.0.20, ) |
| System.Security.Cryptography.X509Certificates | [4.0.0-beta-23225, ) |
| System.Resources.ResourceManager | [4.0.0, ) |
| Microsoft.Win32.Primitives | [4.0.0, ) |
| System.Net.Http | [4.0.0, ) |
| System.Runtime.Handles | [4.0.0, ) |
| System.IO.Compression | [4.0.0, ) |
| System.Net.Primitives | [4.0.10, ) |
| System.Threading.Tasks | [4.0.10, ) |
| System.IO | [4.0.10, ) |
| System.Diagnostics.Debug | [4.0.10, ) |
| System.Runtime.Extensions | [4.0.10, ) |
| System.Globalization | [4.0.10, ) |
| System.Threading | [4.0.10, ) |
| System.Text.Encoding | [4.0.10, ) |
| 作者 | Microsoft |
|---|---|
| 发布时间 | 2015-09-02 00:07:43 |
| 许可证 | http://go.microsoft.com/fwlink/?LinkId=329770 |