1

在 .net framework 3.5 中,使用 http 1.1 即持久连接,并且默认启用流水线。您能否让我知道有必要通过调用 httpresponse.close 或 stream.close 方法来关闭流或连接以释放对同一 Internet 资源的另一个 http 请求的连接?我的理解是即使 httpresponse.close 或 stream.close 没有被调用,那么 httpconnection 即服务点应该能够为另一个并发请求提供服务。请确认。

4

0 回答 0