http header Connection: close

  • Thread starter Thread starter TomislaW
  • Start date Start date
T

TomislaW

I have to retrive xml file from our partner site, and thay said:
if you retreive this file programatically (and I should) you should set the
Connection http header to "close".
How can I do that?
 
they are telling you not to use a KeepAlive session. in HttpWebRequest, you
set KeepAlive to false.

-- bruce (sqlwork.com)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top