Use native client application handler for Android
In the Android Build settings, install the HttpClient Implementation to use the AndroidClientHandler .
Xamarin documentation link
The AndroidClientHandler class was introduced in Xamarin.Android 6.1 to support TLS 1.2 for Xamarin.Android applications. This class uses the native java.net.URLConnection for all HTTP connections, allowing the HttpClient instance to use any network and encryption protocols available for Android.

source share