StandardSocketsHttpHandler 2.2.0.5
dotnet add package StandardSocketsHttpHandler --version 2.2.0.5
NuGet\Install-Package StandardSocketsHttpHandler -Version 2.2.0.5
<PackageReference Include="StandardSocketsHttpHandler" Version="2.2.0.5" />
paket add StandardSocketsHttpHandler --version 2.2.0.5
#r "nuget: StandardSocketsHttpHandler, 2.2.0.5"
// Install StandardSocketsHttpHandler as a Cake Addin
#addin nuget:?package=StandardSocketsHttpHandler&version=2.2.0.5
// Install StandardSocketsHttpHandler as a Cake Tool
#tool nuget:?package=StandardSocketsHttpHandler&version=2.2.0.5
StandardSocketsHttpHandler:
StandardSocketsHttpHandler is a backport of SocketsHttpHandler to .NET Standard 2.0.
Features added to StandardSocketsHttpHandler:
• .NET Standard 2.0 compatibility (.NET Framework 4.7.2 is supported)
• ConnectCallback property - allows configuration of various socket options (TCP Keepalive, etc.)
Features missing from StandardSocketsHttpHandler:
• Windows Authentication (NLTM & Kerberos)
• Operating System proxy settings detection.
Using StandardSocketsHttpHandler:
HttpClient client = new HttpClient(new StandardSocketsHttpHandler())
Contact:
If you have any question, feel free to contact me.
Tal Aloni tal.aloni.il@gmail.com
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. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 is compatible. |
.NET Framework | net461 was computed. 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 | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.0
- System.Memory (>= 4.5.1)
-
.NETStandard 2.1
- No dependencies.
NuGet packages (5)
Showing the top 5 NuGet packages that depend on StandardSocketsHttpHandler:
Package | Downloads |
---|---|
CSharpAmazonSpAPI
.Net C# library for the new Amazon Selling Partner API |
|
DR.Networking
A small networking library to make get & post requests |
|
Tinify.Unofficial
.NET client for the Tinify API. Tinify compresses your images intelligently. Read more at https://tinify.com. |
|
Fugle.Intraday.SDK
Package Description |
|
H.Necessaire.Logging.NewRelic
Exceptionless Integration with H.Necessaire |
GitHub repositories (3)
Showing the top 3 popular GitHub repositories that depend on StandardSocketsHttpHandler:
Repository | Stars |
---|---|
alanmcgovern/monotorrent
The official repository for MonoTorrent, a bittorrent library for .NET
|
|
IllusionMods/KKManager
Mod, plugin and card manager for games by Illusion that use BepInEx
|
|
abuzuhri/Amazon-SP-API-CSharp
.Net C# library for the new Amazon Selling Partner API
|