TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Thamsanqa Ngcongwane
NA
184
25k
Unhandled Exception: System.FormatException: <Timeout Error
Mar 9 2020 9:59 AM
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: <Timeout Error)
My C# code:
//Calling Web API
var HttpClient = new HttpClient();
var response = await HttpClient.GetStringAsync("https://...MyUrl");
var hourlyList = JsonConvert.DeserializeObject<List<Forecast>>(response);
Reply
Answers (
4
)
How to post the requirement in Linkedin using LI API
Wrapping similar Vector structs