|
|
| 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.
|
| DontOption | A single character Telnet option code to be sent to the server with the Telnet DONT command.
|
| 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.
|
| 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 secure Telnet port in the remote host (default is 992).
|
| SSLAcceptServerCert | Instructs the component to unconditionally accept the server certificate that matches the supplied certificate.
|
| SSLCert | The certificate to be used during ssl negotiation.
|
| SSLServerCert | The server certificate for the last established connection.
|
| SSLStartMode | Determines how the component starts the SSL negotiation.
|
| 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.
|