I've managed to use the following guide for enabling my VS2015 Android Emulator access to a ASP.NET WEP API running on my local-host which is great :-
But i would also like to configure my Xamarin application for enabling my external android device the same access to the web api.
At present, when running from device, the webclient makes the request but it never completes, which leaves the application hanging.
Does anyone know how I can achieve this?