FireSharp icon indicating copy to clipboard operation
FireSharp copied to clipboard

User ModernHttpClient on Xamarin Targets

Open anujb opened this issue 10 years ago • 1 comments

I'm not sure whether this is feasible, but it would eliminate a ton of potential issues with the Microsoft HTTP Client libraries on Xamarin.

anujb avatar Sep 20 '15 17:09 anujb

@anujb As of Xamarin.Android 6.1 you can do that by overriding an env variable in your app :

https://developer.xamarin.com/releases/android/xamarin.android_6/xamarin.android_6.1/#Native_HttpClientHandler

moonpyk avatar Jun 01 '16 20:06 moonpyk