Internet Direct (Indy)
Home
PreviousUpNext
TIdHTTPResponse.ResponseText Property

Represents the textual messages received in an HTTP response.

Pascal
property ResponseText: string;

ResponseText is a String property that represents the textual values retrieved in an HTTP reponse. ResponseText contains both the numeric response code and associated message string. 

ResponseText is used to extract the numeric HTTP response code in ResponseCode

ResponseText is updated when the connection to the host is established, or when an HTTP response is received and processed for an 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.