Telnet Protocol
CLASS aprTelnet
Description
The aprTelnet Class enables an application to establish a network connection with a remote host and
interact with the host through a virtual terminal.
For Secure Edition information, see SLL Certificates.
|
|
|
|
|
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 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 aprTelnet Class | |
|
|
Releases the system resources assigned by the :New() Method. | |
|
|
|
|
|
|
Send a break signal to the remote host | |
|
|
Cancel the current blocking operation | |
|
|
Connect to the specified server | |
|
|
Establish a secure client connection with a remote server | |
|
|
Disconnect from the current server | |
|
|
Return the current client mode | |
|
|
Return security information about the current client connection (see SSL ) | |
|
|
Return the current session socket | |
|
|
Return the current terminal type | |
|
|
Determine if the client is blocked, waiting for information | |
|
|
Determine if the server is available | |
|
|
Read data returned by the server | |
|
|
Set the last error code | |
|
|
Set the current client mode | |
|
|
Set the current terminal type | |
|
|
Get/Set the number of seconds until an operation times out | |
|
|
Enable/Disable logging of socket-level calls to the trace log | |
|
|
Write data to the server | |