Internet Direct (Indy)
Home
PreviousUpNext
TIdHTTPResponse Class

Provides access to headers and properties for an HTTP response.

Pascal
TIdHTTPResponse = class(TIdResponseHeaderInfo);

TIdHTTPResponse is a TIdResponseHeaderInfo descendant that provides properties and methods used to define and manipulate header values used in an HTTP response. 

TIdHTTPResponse is used when TIdHTTP receives a response to an HTTP request, and indicates both the numeric and textual responses from the host server, and the connection headers for the HTTP response. 

A TIdHTTPResponse instance is provided as an argument to TIdHTTP event handlers that use or update values in the HTTP response, including OnRedirect, OnSelectAuthorization, OnSelectProxyAuthorization, OnAuthorization, and OnProxyAuthorization. 

TIdHTTPResponse is the type used to represent the TIdHTTPProtocol.Response property, and allows the protocol handler to store a reference to the response received during HTTP protocol exchanges.

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.