Internet Direct (Indy) Version 9.0.2 Beta
TIdFingerGetEvent
Represents the Finger event for a user information request.

TIdFingerGetEvent = procedure (AThread: TIdPeerThread; const AUserName: String) of object;
Description
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.