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