intenret transfer control - keeping connection alive

J

John

Hi

I am using the Internet Transfer Control as follows;

strData = "Some data"
strHeaders = "Content-Type: application/x-www-form-urlencoded" & vbCrLf

objInet.Execute strURL, "POST", strData, strHeaders

I would like to keep the internet connection alive. What would be the syntax
of code with "Proxy-Connection: Keep-Alive" option incorporated in the above
code?

Thanks

Regards
 

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

Top