How to send/receive a HTTP request (it is good to give me a link)
+6
A:
http://msdn.microsoft.com/en-us/library/debx8sh9.aspx
Do you know what i typed into Google?
"c# .net send web request"
And this was the first result.
RPM1984
2010-07-26 03:09:06
thanks ;;;;;;;;;;
Snoob
2010-07-26 03:12:50
+2
A:
The simplest option is the System.Net.WebClient class, but that isn't always powerful enough to do what you need.
Joel Coehoorn
2010-07-26 03:12:23