Internet Direct (Indy) Version 9.0.2 Beta
TIdEcho.EchoTime
Indicates the elapsed time needed to send and receive echo data.

property EchoTime: Cardinal;
Description
EchoTime is a Cardinal property that indicates the number of milliseconds required to send and receive data using the Echo method. Use EchoTime to determine when there may be problems with the network or connection.

EchoTime is calculated using GetTickCount, from IdGlobal.pas, and represents the elapsed milliseconds from the start of the echo request until completion of the echo response. EchoTime is adjusted to reflect situations where GetTickCount reverts to a 0 (zero) value after the Echo transmission has been started.