Internet Direct (Indy)
|
Implements a multi-threaded Identifcation Protocol server.
TIdIdentServer = class(TIdCustomTCPServer);
TIdIdentServer is a TIdTCPServer descendant that implements a multi-threaded server for the Identifcation Protocol, as described in the Internet Standards document:
RFC 1413 - Identification Protocol
TIdIdentServer provides properties, methods, and events that can used, in conjunction with OnExecute, to implement the Identification Protocol which provides a means to determine the identity of a user of a particular TCP connection.
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. |