Topic Path: Symbol Reference > Classes > EIdIdentQueryTimeOut Class
ContentsIndexHome
PreviousUpNext
EIdIdentQueryTimeOut Class

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

File
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.

Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
Post feedback to the Indy Docs Newsgroup.