Xamarin Forms, HttpClient class - GetStringAsync and GetAsync return null value and exit from function quickly
问题 when I run my code, in my function that call GetStringAsync or GetAsync, this 2 calls returns null value and immediately exit from my function (all code after is unreached ) I make a web api that is is reachable from web browser (url reached on browser) , also in the emulator browser ( Browser on the Android Emulator ) then i try to make a xamarin forms that manages to communicate with it class MainPageViewModel : INotifyPropertyChanged { public event PropertyChangedEventHandler