HttpWebRequest request thrown exception in C #, the underlying connection is closed: The connection was closed unexpectedly

Source: Internet
Author: User

When using HttpWebRequest to simulate the request, sometimes because of the server and other aspects of the request to make a limit,
The underlying connection has been closed when the request occurs: An unexpected error occurred while receiving
The general reason for this is because the server does not allow persistent connection connections and HTTP versions to be created with Internet resources
Make the following simple changes HttpWebRequest can be solved

Request. KeepAlive = false;  Setup does not establish a persistent connection connection request. ProtocolVersion = Httpversion.version10; The HTTP version has 2, one is 1.0, the other is 1.1, and the actual test replacement is more practical.

HttpWebRequest request thrown exception in C #, the underlying connection is closed: The connection was closed unexpectedly

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.