Internet Direct (Indy)
Home
PreviousUpNext
TIdEntityHeaderInfo.Connection Property

Indicates that the connection will be closed after a response.

Pascal
property Connection: string;

Connection is a String property that contains the value for the HTTP general message header that indicates the options desired for a particular connection. The Connection header value must not be forwarded by a proxy over further connections. 

For HTTP/1.1 applications, Connection may contain the value "close" to indicate that the connection will be closed after completion of the response. HTTP/1.1 applications that do not support persistent connections must include the "close" connection option in every message.

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.