Internet Direct (Indy)
|
Indicates that headers have been written in the HTTP response.
property HeaderHasBeenWritten: Boolean;
HeaderHasBeenWritten is a Boolean property that indicates headers have already been written in the HTTP response.
HeaderHasBeenWritten is used in WriteHeader to prevent duplication of header values for the HTTP response. HeaderHasBeenWritten is also checked when a session for a client connection needs to write a HTTP response in the TIdHTTPServer.OnExecute event handler.
TIdCustomHTTPServer.OnExecute
TIdHTTPServer.OnExecute
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. |