Internet Direct (Indy)
Home
PreviousUpNext
TIdHTTPProtocol.Response Property

Represents HTTP response values captured by the HTTP protocol handler.

Pascal
property Response: TIdHTTPResponse;

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 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 connecting to the HTTP host and when the request is executed for the HTTP client.

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.