Sending Http requests from Xamarin Portable Class Library

后端 未结 2 917
傲寒
傲寒 2021-01-21 15:54

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

相关标签:
2条回答
  • 2021-01-21 16:26

    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.

    0 讨论(0)
  • 2021-01-21 16:39

    What about HttpClient, I've extended Profile 7, so it now supports WP7/8, iOS, Android and WinStore and it works great, no problem yes and I've already complete a couple of projects with it.

    0 讨论(0)
提交回复
热议问题