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
---------------------

_______________________________________________
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to