In c #, an exception is thrown in the HttpWebRequest request. The basic connection is closed: the connection is accidentally closed,

Source: Internet
Author: User

In c #, an exception is thrown in the HttpWebRequest request. The basic connection is closed: the connection is accidentally closed,

When using httpWebRequest to simulate a request, sometimes the request is limited by the server and other factors,
When the request appearsBasic Connection closed: An Unexpected error occurred while receivingError
The general cause is that the server cannot establish persistent connection with Internet resources and the http Version.
Make the following simple modification to httpWebRequest to solve the problem:

 

Request. keepAlive = false; // you can specify whether to establish a persistent connection request. protocolVersion = HttpVersion. version10; // There are two http versions, one is 1.0, and the other is 1.1, which is more practical to test and replace.

 

Related Article

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.