| 
 
Internet Direct (Indy) 
 | 
class function IsEndMarker(
    const ALine: string
): Boolean; override;| 
 
Parameters   | 
 
Description   | 
| 
 
ALine   | 
 
Values to examine for the end-marker.   | 
Boolean - True the line does not contain a continuation response.
IsEndMarker is an overridden Boolean class function used to indicate when the RFC-compliant protocol response contains a terminal response instead of a continuation response.
IsEndMarker examines the value in ALine to determine if it contains a continuation mark for the protocol response.
IsEndMarker returns True when ALine contains at least 4 characters and the fourth character is not the continuation marker character '-' (Decimal 45).
| 
 
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.  |