Sending Http requests from Xamarin Portable Class Library

后端 未结 2 916
傲寒
傲寒 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.

提交回复
热议问题