|
|
| AcceptData
| Enables or disables data reception (the DataIn event).
|
| BytesSent
| The number of bytes actually sent after an assignment to DataToSend.
|
| Command
| A single character Telnet command code to be sent to the server.
|
| Connected
| Triggers a connection or disconnection.
|
| DataToSend
| A string of data to be sent to the remote host.
|
| DoOption
| A single character Telnet option code to be sent to the server with the Telnet DO command.
|
| DoSubOption
| A Telnet suboption to send to the server with the suboption command.
|
| DontOption
| A single character Telnet option code to be sent to the server with the Telnet DONT command.
|
| Firewall
| A set of properties related to firewall access.
|
| KeepAlive
| When True, KEEPALIVE packets are enabled (for long connections).
|
| Linger
| When set to True, connections are terminated gracefully.
|
| LocalHost
| The name of the local host or user-assigned IP interface through which connections are initiated or accepted.
|
| LocalPort
| The TCP port in the local host where IPPort binds.
|
| RemoteHost
| The address of the remote host. Domain names are resolved to IP addresses.
|
| RemotePort
| The Telnet port in the remote host (default is 23).
|
| Timeout
| A timeout for the component.
|
| Transparent
| When True, Telnet command processing is disabled.
|
| UrgentData
| A string of data to be sent urgently (out-of-band) to the remote host.
|
| WillOption
| A single character Telnet option code to be sent to the server with the Telnet WILL command.
|
| WontOption
| A single character Telnet option code to be sent to the server with the Telnet WONT command.
|