Internet Direct (Indy)
Home
PreviousUpNext
TIdDICTServer.OnCommandClient Event

Specifies the DICT CLIENT command event handler.

Pascal
property OnCommandClient: TIdDICTShowEvent;

OnCommandClient specifies the TIdDICTShowEvent event handler used to respond to the DICT CLIENT command, as described in RFC 2229. 

The CLIENT command allows the client to provide information about itself for possible logging and statistical purposes. All clients should send this command after connecting to the server. All DICT servers must implement this command, though, the server doesn't have to do anything with the information provided by the client. 

Applications should assign a procedure to the event handler in order to respond to the DICT command, or the server will return the default message:

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.