Internet Direct (Indy) Version 9.0.2 Beta
TIdHTTPProtocol.Response
Represents HTTP response values captured by the HTTP protocol handler.

property Response: TIdHTTPResponse;
Description
Response is a read-only TIdHTTPResponse property that represents the HTTP client connection and connection flags, the numeric reponse code and text, and the content stream used by the HTTP protocol handler. The Response property is used in TIdHTTP.GetResponseHeaders, and allows the protocol handler to provide the values received in a HTTP response. Values in the Response property are updated using the RetrieveHeaders method when TIdHTTP.ConnectToHost or TIdHTTP.DoRequest is used.