Finger Protocol
CLASS aprFinger
Description
The Finger Class enables the application to request information from a Finger server about a specific
user. The information that is typically returned is the date and time of the user's last login to that
server, and if any outstanding mail messages are waiting. The actual information available and the format
of that information depends on the server being accessed.
|
Variables | ||
|
|
Holds a description for the Last error code | |
|
|
Enable/Disable extended Debug notifications. | |
|
|
Enable/Disable Callstack List to be included in Error Messages (:Debug) | |
|
|
Last Resource Searched For | |
|
|
Holds the last error code | |
|
|
Holds the Initial Session ID value (used as the Default Session ID) | |
|
|
|
|
|
Methods | ||
|
|
Creates a new instance of the aprFinger Class | |
|
|
Releases the system resources assigned by the :New() Method. | |
|
|
|
|
|
|
Cancel the current blocking operation | |
|
|
Connect to the specified server | |
|
|
Disconnect from the current server | |
|
|
Return the current session socket | |
|
|
Determine if the client is blocked, waiting for information | |
|
|
Read data returned by the remote server | |
|
|
Set the last error code | |
|
|
Get/Set the number of seconds until an operation times out | |
|
|
Enable/Disable logging of socket-level calls to the trace log | |
|
|
Return information about the specified user | |