StandardSocketsHttpHandler 2.2.0.8
dotnet add package StandardSocketsHttpHandler --version 2.2.0.8
NuGet\Install-Package StandardSocketsHttpHandler -Version 2.2.0.8
<PackageReference Include="StandardSocketsHttpHandler" Version="2.2.0.8" />
paket add StandardSocketsHttpHandler --version 2.2.0.8
#r "nuget: StandardSocketsHttpHandler, 2.2.0.8"
// Install StandardSocketsHttpHandler as a Cake Addin #addin nuget:?package=StandardSocketsHttpHandler&version=2.2.0.8 // Install StandardSocketsHttpHandler as a Cake Tool #tool nuget:?package=StandardSocketsHttpHandler&version=2.2.0.8
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. 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. |
.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 (16)
Showing the top 5 NuGet packages that depend on StandardSocketsHttpHandler:
Package | Downloads |
---|---|
Vonage
Official C#/.NET wrapper for the Vonage API. To use it you will need a Vonage account. Sign up for free at vonage.com. For full API documentation refer to developer.vonage.com. |
|
MonoTorrent
MonoTorrent is a cross platform and open source implementation of the BitTorrent protocol. It supports many advanced features such as Encryption, DHT, Peer Exchange, Web Seeding and Magnet Links. Notable features include: -Encryption -Dht -Peer Exchange (uTorrent style) -Local Peer Discovery -Web Seeding (getright style) -Magnet Links / Metadata download -IPV6 -FAST Extensions -Sparse files (NTFS file system) -Multi-tracker torrents -Compact tracker responses -IP Address white listing / black listing -Fast Resume -Initial Seeding (super seeding) -Selective downloading -Prioritised downloading -Full bittorrent tracker -Dynamic request queue size -Memory Cache -Endgame mode -Per torrent and global rate limiting -Individual file relocation |
|
H.Necessaire.Runtime
A Core Framework for Rapid Application Development |
|
CSharpAmazonSpAPI
.Net C# library for the new Amazon Selling Partner API |
|
Vonage.Signed
Official C#/.NET wrapper for the Vonage API. To use it you will need a Vonage account. Sign up for free at vonage.com. For full API documentation refer to developer.vonage.com. |
GitHub repositories (5)
Showing the top 5 popular GitHub repositories that depend on StandardSocketsHttpHandler:
Repository | Stars |
---|---|
cyanfish/naps2
Scan documents to PDF and more, as simply as possible.
|
|
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
|
|
Vonage/vonage-dotnet-sdk
Vonage REST API client for .NET, written in C#. API support for SMS, Voice, Text-to-Speech, Numbers, Verify (2FA) and more.
|