Internet Direct (Indy) Version 9.0.2 Beta
|
TIdHTTPResponse = class(TIdResponseHeaderInfo)
TIdHTTPResponse is the type used to represent the TIdHTTP.Response property, and is used in 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 valued in the HTTP response, including OnRedirect, OnSelectAuthorization, OnSelectProxyAuthorization, OnAuthorization, OnProxyAuthorization.
TIdHTTPResponse is also the type used to represent the TIdHTTPProtocol.Response property, and allows the protocol handler to store a reference to the response received in HTTP protocol exchanges.