I have quite decent problems with this very simple task and asking for help. The question is: what is the best and the most reliable way to perform Http requests with timeout fr
I recommend using the HttpClient package via NuGet http://www.nuget.org/packages/Microsoft.Net.Http/
This works with profile 78 and MvvmCross. You also get async/await support.