Indy 9
TIdFingerGetEvent
Unit: IdFingerServer
Represents the Finger event for a user information request.
TIdFingerGetEvent = procedure (AThread: TIdPeerThread; const AUserName: String) of object;
Unit
IdFingerServer
Parameters
AThread
The current thread of execution.
AUserName
Name of the user to query.
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.


Created with Doc-O-Matic 2 donated to Project JEDI. Commercial license available from the Doc-O-Matic site.