Examines a reply to see if it is a terminal or continutation response message.
class function IsEndMarker( const ALine: string ): Boolean; virtual;
Parameters |
Description |
ALine |
Values to examine for the reply end marker. |
Boolean - True when the reply is not a continuation response.
IsEndMarker is a Boolean class function used to examine the reply in ALine to determine if it is a terminal response or a continutation response.
IsEndMarker always returns False in TIdReply. Descendant classes can override the IsEndMarker to handle the specific of locating end-marker response messages for a specific protocol.
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. |