Hi Guys,
I trust you are well.
how to sort out the following error in xamarin android( Time out break mode).
When calling HttpClient
It works fine on emulator but on real device it goes on Break mode (Unhandled Exception: System.FormatException:
My C# code:
//Calling Web API
var HttpClient = new HttpClient();
var response = await HttpClient.GetStringAsync("https://...MyUrl");
var hourlyList = JsonConvert.DeserializeObject
- >(response);
4 Replies
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Laxmidhar SahooPosted Mar 10, 2020, 8:22 AM
Thamsanqa NgcongwanePosted Mar 12, 2020, 8:51 AM
Thamsanqa NgcongwanePosted Mar 10, 2020, 2:19 AM
Sreekanth ReddyPosted Mar 9, 2020, 11:53 PM