WhoIs Protocol
CLASS aprWhoIs
Description
The WhoIs Class enables the application to request information from a server about a specific domain
or user. This Class would be most commonly used to query the WhoIs server at a Registrar such as rs.internic.net
to obtain information about a specific Internet domain name or a contact for that domain.
|
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 | |
|
|
Last WhoIs Server connected to. | |
|
|
Holds the last error code | |
|
|
Holds the Initial Session handle value (used as the Default Session handle) | |
|
| ||
|
Methods | ||
|
|
Creates a new instance of the aprWhoIs 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 | |
|
|
Search for the specified record | |
|
|
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 | |