System.Net.Http.WinHttpHandler
4.6.0-preview.19073.11
Prefix Reserved
.NET Standard 1.3
This package targets .NET Standard 1.3. The package is compatible with this framework or higher.
.NET Framework 4.6
This package targets .NET Framework 4.6. The package is compatible with this framework or higher.
This is a prerelease version of System.Net.Http.WinHttpHandler.
Requires NuGet 2.12 or higher.
dotnet add package System.Net.Http.WinHttpHandler --version 4.6.0-preview.19073.11
NuGet\Install-Package System.Net.Http.WinHttpHandler -Version 4.6.0-preview.19073.11
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="System.Net.Http.WinHttpHandler" Version="4.6.0-preview.19073.11" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="System.Net.Http.WinHttpHandler" Version="4.6.0-preview.19073.11" />
<PackageReference Include="System.Net.Http.WinHttpHandler" />
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add System.Net.Http.WinHttpHandler --version 4.6.0-preview.19073.11
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: System.Net.Http.WinHttpHandler, 4.6.0-preview.19073.11"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#addin nuget:?package=System.Net.Http.WinHttpHandler&version=4.6.0-preview.19073.11&prerelease
#tool nuget:?package=System.Net.Http.WinHttpHandler&version=4.6.0-preview.19073.11&prerelease
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
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
When using NuGet 3.x this package requires at least version 3.4.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. |
.NET Core | netcoreapp1.0 was computed. netcoreapp1.1 was computed. netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard1.3 is compatible. netstandard1.4 was computed. netstandard1.5 was computed. netstandard1.6 was computed. netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net46 is compatible. net461 is compatible. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen30 was computed. tizen40 was computed. tizen60 was computed. |
Universal Windows Platform | uap was computed. uap10.0 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
.NETCoreApp 2.0
- System.Memory (>= 4.5.0)
-
.NETCoreApp 2.1
- No dependencies.
-
.NETFramework 4.6
- NETStandard.Library (>= 1.6.1)
- System.Diagnostics.DiagnosticSource (>= 4.5.0)
-
.NETFramework 4.6.1
- NETStandard.Library (>= 1.6.1)
- System.Buffers (>= 4.5.0)
- System.Memory (>= 4.5.0)
-
.NETStandard 1.3
- NETStandard.Library (>= 1.6.1)
- System.Diagnostics.DiagnosticSource (>= 4.5.0)
-
.NETStandard 2.0
- System.Buffers (>= 4.5.0)
- System.Memory (>= 4.5.0)
-
MonoAndroid 1.0
- System.Buffers (>= 4.5.0)
-
MonoTouch 1.0
- System.Buffers (>= 4.5.0)
-
UAP 10.0.16299
- System.Memory (>= 4.5.0)
-
UAP 10.0.16300
- No dependencies.
-
Xamarin.iOS 1.0
- System.Buffers (>= 4.5.0)
-
Xamarin.Mac 2.0
- System.Buffers (>= 4.5.0)
-
Xamarin.TVOS 1.0
- System.Buffers (>= 4.5.0)
-
Xamarin.WatchOS 1.0
- System.Buffers (>= 4.5.0)
GitHub repositories (32)
Showing the top 20 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
|
|
aspnet/Benchmarks
Benchmarks for ASP.NET Core
|
|
BedrockLauncher/BedrockLauncher
|
|
mili-tan/AuroraDNS.GUI
纯净抗污染,简单轻量级
|
|
Kyrodan/KeeAnywhere
A cloud storage provider plugin for KeePass Password Safe
|
|
PlayFab/consuldotnet
.NET API for Consul (http://www.consul.io/)
|
|
chummer5a/chummer5a
Character generator for Shadowrun 5th edition
|
|
dotnet/dotnet
Home of .NET's Virtual Monolithic Repository which includes all the code needed to build the .NET SDK.
|
|
rajanadar/VaultSharp
A comprehensive cross-platform .NET Library for HashiCorp's Vault, a secret management tool
|
|
DataDog/dd-trace-dotnet
.NET Client Library for Datadog APM
|
|
apache/arrow-adbc
Database connectivity API standard and libraries for Apache Arrow
|
|
microsoft/RTVS
R Tools for Visual Studio.
|
|
projectkudu/ARMClient
A simple command line tool to invoke the Azure Resource Manager API
|
|
microsoft/data-accelerator
Data Accelerator for Apache Spark simplifies onboarding to Streaming of Big Data. It offers a rich, easy to use experience to help with creation, editing and management of Spark jobs on Azure HDInsights or Databricks while enabling the full power of the Spark engine.
|
|
microsoft/service-fabric-services-and-actors-dotnet
Reliable Services and Reliable Actors are Service Fabric application frameworks for building highly-scalable distributed cloud applications.
|
|
devlooped/nugetizer
A simple to understand packing model for authoring NuGet packages
|
Version | Downloads | Last updated |
---|---|---|
4.6.0-preview.19073.11 | 2 | 1/28/2019 |
4.6.0-preview.18571.3 | 1 | 11/30/2018 |
4.0.0-beta-23119 | 40 | 7/20/2015 |
4.0.0-beta-23019 | 4,230 | 6/29/2015 |
4.0.0-beta-22816 | 10,452 | 4/24/2015 |
4.0.0-beta-22605 | 1,867 | 2/13/2015 |
4.0.0-beta-22416 | 512 | 1/16/2015 |
4.0.0-beta-22231 | 1,286 | 11/11/2014 |