[Mono-list] Retrieving an URI with GET/POST

Gaurav Vaish (Mono) gvaish.mono at gmail.com
Mon Oct 3 21:31:32 EDT 2005


> I want to submit a HTTP request which might have GETs, or POSTs, or none 
> of that,
> and retrieve the result.

Let me be clear again.
You want to write a .Net program (let's say in C#) using which you want to 
access a URL through GET or POST command.

If that's the case, use System.Net.WebRequest and System.Net.HttpWebRequest 
classes.
Look at the documentation of the class and you'll get all the details.


--
Cheers,
Gaurav Vaish
http://mastergaurav.org
---------------------



More information about the Mono-list mailing list