Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

WebApi HttpClient for .NET framework 3.5 [closed]

Is there any package available of WebApi for .Net framework 3.5? I'm specifically looking forward to use HttpClient component of WebApi.

Is there any alternatives that work on .Net 3.5?

like image 282
Raj Avatar asked Nov 24 '11 13:11

Raj


2 Answers

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

like image 157
cecilphillip Avatar answered Nov 16 '22 02:11

cecilphillip


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

like image 24
Aleksei Anufriev Avatar answered Nov 16 '22 01:11

Aleksei Anufriev