开发者

How to send/receive a HTTP request in .NET [closed]

开发者 https://www.devze.com 2023-01-09 07:50 出处:网络
Closed. This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this
Closed. This question needs to be more focused. It is not currently accepting answers.

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 question

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

0

精彩评论

暂无评论...
验证码 换一张
取 消