System.Net.Http.WinHttpHandler
4.0.0-beta-23225
Prefix Reserved
See the version list below for details.
Requires NuGet 3.0 or higher.
dotnet add package System.Net.Http.WinHttpHandler --version 4.0.0-beta-23225
NuGet\Install-Package System.Net.Http.WinHttpHandler -Version 4.0.0-beta-23225
<PackageReference Include="System.Net.Http.WinHttpHandler" Version="4.0.0-beta-23225" />
paket add System.Net.Http.WinHttpHandler --version 4.0.0-beta-23225
#r "nuget: System.Net.Http.WinHttpHandler, 4.0.0-beta-23225"
// Install System.Net.Http.WinHttpHandler as a Cake Addin #addin nuget:?package=System.Net.Http.WinHttpHandler&version=4.0.0-beta-23225&prerelease // Install System.Net.Http.WinHttpHandler as a Cake Tool #tool nuget:?package=System.Net.Http.WinHttpHandler&version=4.0.0-beta-23225&prerelease
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
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net46 is compatible. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
DNXCore | dnxcore50 is compatible. |
-
.NETFramework 4.6
- Microsoft.Win32.Primitives (>= 4.0.0)
- System.Diagnostics.Debug (>= 4.0.10)
- System.Globalization (>= 4.0.10)
- System.IO (>= 4.0.10)
- System.IO.Compression (>= 4.0.0)
- System.Net.Http (>= 4.0.0)
- System.Net.Primitives (>= 4.0.10)
- System.Resources.ResourceManager (>= 4.0.0)
- System.Runtime (>= 4.0.20)
- System.Runtime.Extensions (>= 4.0.10)
- System.Runtime.Handles (>= 4.0.0)
- System.Runtime.InteropServices (>= 4.0.20)
- System.Security.Cryptography.X509Certificates (>= 4.0.0-beta-23225)
- System.Text.Encoding (>= 4.0.10)
- System.Threading (>= 4.0.10)
- System.Threading.Tasks (>= 4.0.10)
-
DNXCore 5.0
- Microsoft.Win32.Primitives (>= 4.0.0)
- System.Diagnostics.Debug (>= 4.0.10)
- System.Globalization (>= 4.0.10)
- System.IO (>= 4.0.10)
- System.IO.Compression (>= 4.0.0)
- System.Net.Http (>= 4.0.0)
- System.Net.Primitives (>= 4.0.10)
- System.Resources.ResourceManager (>= 4.0.0)
- System.Runtime (>= 4.0.20)
- System.Runtime.Extensions (>= 4.0.10)
- System.Runtime.Handles (>= 4.0.0)
- System.Runtime.InteropServices (>= 4.0.20)
- System.Security.Cryptography.X509Certificates (>= 4.0.0-beta-23225)
- System.Text.Encoding (>= 4.0.10)
- System.Threading (>= 4.0.10)
- System.Threading.Tasks (>= 4.0.10)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on System.Net.Http.WinHttpHandler:
Package | Downloads |
---|---|
RavenDB.Client
This package includes the client API of RavenDB. RavenDB is a document database for the .NET platform, offering a flexible data model design to fit the needs of real world systems. |
GitHub repositories (32)
Showing the top 5 popular GitHub repositories that depend on System.Net.Http.WinHttpHandler:
Repository | Stars |
---|---|
PowerShell/PowerShell
PowerShell for every system!
|
|
dotnet/runtime
.NET is a cross-platform runtime for cloud, mobile, desktop, and IoT apps.
|
|
win-acme/win-acme
A simple ACME client for Windows (for use with Let's Encrypt et al.)
|
|
grpc/grpc-dotnet
gRPC for .NET
|
|
aspnet/KestrelHttpServer
[Archived] A cross platform web server for ASP.NET Core. Project moved to https://github.com/aspnet/AspNetCore
|