bugthesystem / FireSharp

An asynchronous cross-platform .Net library for Firebase
The Unlicense
696 stars 147 forks source link

User ModernHttpClient on Xamarin Targets #26

Open anujb opened 8 years ago

anujb commented 8 years ago

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.

moonpyk commented 8 years ago

@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