Consuming REST based web services in .Net

Posted by steve on Stack Overflow See other posts from Stack Overflow or by steve
Published on 2009-04-07T21:23:32Z Indexed on 2010/05/28 22:32 UTC
Read the original article Hit count: 115

Filed under:
|
|

Greetings,

I'm confused as to the best approach to make when consuming REST based web services with .Net. At the moment I'm using the System.net.webclient class. Should I be using Webresponse, webrequest classes in System.Net ?

If I were to use another approach (Other than webclient) what disadvantages / advantages would I gain ?

Thanks,

© Stack Overflow or respective owner

Related posts about c#

Related posts about .NET