Represents the Finger event for a user information request.
TIdFingerGetEvent = procedure (AContext:TIdContext; const AUserName: String; var VResponse : String) of object;
Parameters |
Description |
AThread |
The current thread of execution. |
AUserName |
Name of the user to query. |
TIdFingerGetEvent is the event triggered when a request for user information is detected. TIdFingerEvent is used by the TIdFingerServer OnCommandFinger and OnCommandVerboseFinger event handlers.
AThread is the current thread of execution in the Finger server.
AUserName is the user token to be handled by the Finger server. UserName can contain optional tokens as identified in RFC 1288.
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. |