Loading User Information from Channel 9
Something went wrong getting user information from Channel 9
Loading User Information from MSDN
Something went wrong getting user information from MSDN
Loading Visual Studio Achievements
Something went wrong getting the Visual Studio Achievements
endpoint.tv Screencast - Consuming REST services with HttpClient
Jun 16, 2009 at 3:56 AMI got the part on how to use GET method and process the REST services, but I can't get through with the POST method.
i tried post (url, new httpcontent("paramer=value")); but it doesn't work
how do i post the parameter and value over using httpclient? thanks