Internet Direct (Indy)
Home
PreviousUpNext
EIdIdentQueryTimeOut Class

Exception raised when a timeout occurs while reading an Ident protocol reply.

Pascal
EIdIdentQueryTimeOut = class(EIdIdentReply);

EIdIdentQueryTimeOut is an EIdIdentReply descendant that represents the exception raised when a timeout occurs while reading the Ident protocol reply in TIdIdent.Query

EIdIdentQueryTimeOut will be raised if ReadLn is unable to read the value for TIdIdent.Reply prior to the elapsed value in TIdIdent.QueryTimeout. If a timeout occurs, the connection is closed prior to raising the EIdIdentQueryTimeOut exception.

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.