Implements a TCP-based DayTime protocol client.
TIdDayTime = class(TIdTCPClientCustom);
TIdDayTime is a TIdTCPClientCustom descendant that implements a DayTime protocol client, as described in the Internet Standards document:
The DayTime protocol allows a server to send the current date and time in a human readable format, and is sometimes used for debugging.
If you need a time-synchronization solution, we recommend that you use the Time protocol encapsulated by TIdSNTP, TIdTime, TIdTimeUDP, TIdTimeServer, and TIdTimeUDPServer.
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. |