Internet Direct (Indy)
Home
PreviousUpNext
TIdAntiFreezeBase.IdleTimeOut Property

Identifies the idle timeout value in milliseconds.

Pascal
property IdleTimeOut: integer;

IdleTimeOut is an Integer property that specifies the number of milliseconds allowed to elapse in calls to Sleep

The default value for IdleTimeout is ID_Default_TIdAntiFreezeBase_IdleTimeOut, as used in VCL Component streaming and the Create constructor. 

IdleTimeout is used in TIdIOHandlerStack when handling timeouts during a client connection. 

IdleTimeout is used in TIdSocketHandle.Readable when checking if the connection is available for read operations.

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.