Internet Direct (Indy)
|
Indicates the action to perform for a proxied connection after an HTTP response.
property ProxyConnection: string;
ProxyConnection is a String property that represents the value received in an HTTP response for the 'Proxy-connection' header. ProxyConnection indicates that an HTTP response using a proxied connection should perform the indicated action after completion of the HTTP Response.
ProxyConnection can contain one of the following values:
Value |
Meaning |
KEEP—ALIVE |
The connection should be maintained for subsequent use. |
CLOSE |
The connection should be closed. |
Internet Direct (Indy) version 10.1.5
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved. Website http://www.indyproject.org. Post feedback to the Indy Documentation newsgroup. |