Niner since 2009
I 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
Here is a list of Channel 9 staff members.
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