Internet Direct (Indy)
Home
PreviousUpNext
TIdSystatUDP.ReceiveTimeout Property

Milliseconds to wait for a response from the remote systat server.

Pascal
property ReceiveTimeout: Integer;

ReceiveTimeout is a Published property in TIdSystatUDP that represents the number of milliseconds to wait for a response from the remote systat server specified in Host and Port

ReceiveTimeout is used in GetStat to determine the delay while waiting for individual lines in the user listing. 

The default value for ReceiveTimeout is DefIdSysUDPTimeout, as assigned during initialization of the component. 

Please note that using the value IdTimeoutInfinite in ReceiveTimeout ignores timeout conditions, and can cause the client to hang if a response is never received from the remote server.

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.