does anyone know if HttpClient & HttpResponseMessage classes are available in VS 2010? I can't seem to get them to work, do i need to add a reference or using namespace?
These ...
I have a client wherein I pass in the username, password through network credentials. What I want to do is to pass these two parameters to the service itself for authentication ...
I want to ask a question about the Apache HttpClient and RESTful call. I want to use the Apache HttpClient to make a RESTful call. But I don't know how to ...
I need to test web API functions in REST format. Currently using Selenium RC for functionally testing the website. And using XmlUnit and HttpClient to functionally test our REST ...
I'm a little puzzled why my try...catch exception does not seem to work properly. I set up the following code which works fine - to call a WCF restful service. I ...
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?