WebApi HttpClient for .NET framework 3.5 [closed]

点点圈 提交于 2019-12-01 04:12:57

A very mature and very robust library that you can use for HTTP Requests is RestSharp. It has support for OAuth, pluggable serialization, and other HTTP concerns. It supports NET 3.5+, Silverlight 4, Windows Phone 7, Mono, MonoTouch.

It's open source and available via github. Here is a blog post about consuming WebAPI services with RestSharp. Check it out

You can use http://www.servicestack.net/ client for this. And it works ok with Nuget=)

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!