Internet Direct (Indy)
|
Indicates the action to perform for a proxied connection.
property ProxyConnection: String;
ProxyConnection is a String property that represents the value to be used in an HTTP request for the 'Proxy-connection' header.
ProxyConnection indicates that an HTTP request using a proxied connection should attempt to use the indicated action during connection to the proxy host.
ProxyConnection can contain one of the 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. |