How to send/receive a HTTP request in .NET [closed]
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 5 years ago.
开发者_运维百科 Improve this questionHow to send/receive a HTTP request (it is good to give me a link)
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.
The simplest option is the System.Net.WebClient class, but that isn't always powerful enough to do what you need.
精彩评论