VOOZH about

URL: https://www.nuget.org/packages/modernhttpclient-updated/2.4.9.1

⇱ NuGet Gallery | modernhttpclient-updated 2.4.9.1




modernhttpclient-updated 2.4.9.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package modernhttpclient-updated --version 2.4.9.1
 
 
NuGet\Install-Package modernhttpclient-updated -Version 2.4.9.1
 
 
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="modernhttpclient-updated" Version="2.4.9.1" />
 
 
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="modernhttpclient-updated" Version="2.4.9.1" />
 
Directory.Packages.props
<PackageReference Include="modernhttpclient-updated" />
 
Project file
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 modernhttpclient-updated --version 2.4.9.1
 
 
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: modernhttpclient-updated, 2.4.9.1"
 
 
#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.
#:package modernhttpclient-updated@2.4.9.1
 
 
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=modernhttpclient-updated&version=2.4.9.1
 
Install as a Cake Addin
#tool nuget:?package=modernhttpclient-updated&version=2.4.9.1
 
Install as a Cake Tool
The NuGet Team does not provide support for this client. Please contact its maintainers for support.

Write your app using System.Net.Http, but drop this library in and it will go drastically faster.

Product Versions Compatible and additional computed target framework versions.
.NET net6.0-android net6.0-android was computed.  net7.0-android net7.0-android was computed.  net8.0-android net8.0-android was computed.  net9.0-android net9.0-android was computed.  net10.0-android net10.0-android was computed. 
MonoAndroid monoandroid monoandroid is compatible. 
Xamarin.iOS xamarinios10 xamarinios10 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (16)

Showing the top 5 NuGet packages that depend on modernhttpclient-updated:

Package Downloads
SheshaMobile.Core

Common application functionality and features to be shared across the framework

SheshaMobile.Core.Android

Common application functionality and features to be shared across the framework for Android

SheshaMobile.Core.iOS

Common application functionality and features to be shared across the framework for iOS

ItEnterprise.Common.EUSignStandard

ItEnterprise Common.EUSignStandard for Xamarin Forms

ItEnterprise.Common.CoreDroid

ItEnterprise Common.CoreDroid for Xamarin Forms

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
3.4.3 1,154,304 12/10/2019
3.4.2 50,979 9/23/2019
3.3.4 103,145 7/10/2019
3.3.3 25,979 7/1/2019
3.3.2 25,045 6/25/2019
3.3.1 1,803 6/24/2019
3.3.0 1,540 6/24/2019
3.2.1 3,710 6/19/2019
2.8.2 1,939 6/19/2019
2.8.1 7,274 6/13/2019
2.8.0 5,118 6/10/2019
2.7.2 12,689,809 6/25/2018
2.4.9.1 9,634 6/25/2018
Loading failed

2.4.9
[Android] Calling HttpClient methods should throw .Net Exception when fail #5
[Android] MissingMethodException Method 'ModernHttpClient.NativeMessageHandler..ctor' not found. #9
[Android] VerifyHostnameCallback parameter function on constructor when customSSLVerification is true #6
[Android] ReasonPhrase is empty under HTTPS #8
[Android] Handshake failed (adding customTrustManager static property) #11
[iOS] Removing minimumSSLProtocol from NativeMessageHandler ctor
2.4.7
[Update] Cookies not being merged when Cookie header is provided
2.4.6
[Update] Cookies set with the native handler will be merged into the Cookie header
2.4.5
[Android] NativeCookieHandler, if provided, is set as the default cookie handler for OkHttpClient
[Update] Adding DeleteCookies, SetCookie and DeleteCookie to NativeCookieHandler
2.4.4
[Android] SIGABRT after UnknownHostException #229
[iOS] Updating obsolete NSUrlSessionDelegate to INSUrlSessionDelegate
[Update] Adding EnableUntrustedCertificates to support self-signed certificates

2.4.3
[Update] Adding Timeout property
[Android] Updating to Square.OkHttp 2.7.5
[Android] Timeout value is not respected on Android #192