user1855287
user1855287

Reputation:

ServicePoint,HttpConnectionHttp 1.1,httppipelining, Responons,stream.close internals?

In .net framework 3.5 , http 1.1 i.e persistent connections is used and pipelining is enabled bydefault. Could you please let me know it is neccessary to close stream or connection by calling httpresponse.close or stream.close method to release a connection for another http request to the same internet resourece ? My understanding is even if httpresponse.close or stream.close is not called then too httpconnection i.e. servicepoint should be able to server another concurrent request. Please confirm.

Upvotes: 1

Views: 123

Answers (0)

Related Questions