有没有办法将 restsharp 与 windows 10 个通用应用程序一起使用?

Is there a way to use restsharp with windows 10 universal apps?

有谁知道让 restsharp 与 windows 10 个通用应用程序一起工作的解决方法?我知道 8.1 有一个解决方法,我知道 portablerest 项目存在,但我似乎无法让它发送 post 请求。

谢谢

Restsharp 目前不支持 UWP。

您现在可以使用HttpClientPostAsync()方法!