anaisbetts / ModernHttpClient

HttpClient implementations that use platform-native HTTP clients for :rocket:
MIT License
659 stars 261 forks source link

Compilation fix for Mono 4.4 #236

Open OrcJMR opened 7 years ago

OrcJMR commented 7 years ago

ServicePointManager.ClientCipherSuitesCallback is marked as obsolete in Mono 4.4 (or earlier), so ModernHttpClient does not compile for Xamarin.Android 6.1 (Cycle 7).

If I understand correctly, the correct course of action now is just to stop using it and let platform decide.