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
 
Top