|
AbortTransfer |
Aborts current file transfer. |
| About |
Displays about box. |
| Clear |
Clears terminal window. |
| Connect |
Connects to remote server. |
| Disconnect |
Disconnects from remote server. |
| Execute |
Executes blocking method and waits until
completed. |
| Peek |
Receives incoming data without removing it from the buffer. |
| PeekLine |
Receives incoming line without removing it from the buffer. |
| Play |
Play previously recorded session. |
| PrintText |
Prints text in the terminal window. |
| Receive |
Receives data from server. |
|
ReceiveFile |
Receives file using specified protocol (ZMODEM). |
|
ReceiveLine |
Receives line of text, if available. |
| Record |
Start recording current session. |
|
SelectRect |
Selects rectangle of text. |
| Send |
Sends data to server. |
|
SendFile |
Sends file using specified protocol (ZMODEM). |
| SendSpecial |
Sends special key to the server, depending on
emulation. |
| WaitFor |
Waits and reads data until pattern is found. |
| Click |
Fires when user clicks on wodTelnetDLX window. |
| Connected |
Fires when wodTelnetDLX connects to remote
server. |
| Disconnected |
Fires when wodTelnetDLX disconnects from
server. |
| HostCertificate |
Fires when remote server provides its
certificate. |
| HostFingerprint |
Fires when remote server provides public key
fingerprint information. |
| KeyPress |
Fires when regular key is pressed. |
| KeyPressSpecial |
Fires when special key is pressed. |
| MenuClick |
Fires when user right-clicks on a menu item. |
|
MiddleClick |
Fires when user performs middle button click on wodTelnetDLX
window. |
| PrintData |
Fires when application has data to print. |
| PrintEnd |
Fires when application wants to end printing
data. |
| PrintStart |
Fires when application wants to start printing
data. |
| PromptReceived |
Fires when command prompt string is received. |
| Received |
Fires when there is data to be received. |
| RightClick |
Fires when user right-clicks on wodTelnetDLX
window. |
| StateChange |
Fires when wodTelnetDLX changes its state. |
|
TransferEnd |
Fires when file transfer ends. |
|
TransferProgress |
Fires during file transfer. |
|
TransferStart |
Fires when file transfer starts. |