I have a web api which is a web service like a url www.abc.com/webservice.php. I want to call this url in my .net code by passing parameter in url (ex -www.abc.com/webservice.php?id=123&value=something) like this. How to call this url please help me.
↧