xamarin 表单中是否有任何库可以处理 android 中的 volley/retrofit 之类的网络调用?

Is there any library in xamarin forms for handling network calls like volley/retrofit in android?

我正在尝试在我的 Xamarin Forms 项目中使用 REST Web 服务。如果有 Xamarin 建议的任何官方 DLL/library 或任何可以处理异步 Web 服务调用的 NuGet 包,请给我建议。

您有一个非常好的 'automatic' 类型安全和异步的 REST 请求客户端,名为 refit,由 paulcbetts 制作改造灵感。

check it out.