Internet Direct (Indy) Version 9.0.2 Beta
TIdTCPConnection.GetInternalResponse
Impelements reading of response detail lines from a peer connection.

procedure GetInternalResponse;
Description
GetInternalResponse is a public procedure used to implement the processing required for the GetResponse method. GetInternalResponse clears the values in CmdResultDetails, and reads one or more reponse lines from a peer connection using ReadLnWait.

The initial response line is expected to contain the 3-digit response code and text. Additional response lines are read when the initial response is a continuation response line, and continues until the terminal response or a blank line is received. Ll response lines are added to CmdResultDetails.