|
|
| AcceptData | Enables or disables data reception (the DataIn event).
|
| BytesSent | The number of bytes actually sent after an assignment to DataToSend .
|
| Connected | Triggers a connection or disconnection.
|
| DataToSend | A string of data to be sent to the remote host.
|
| EOL | Used to break the incoming data stream into chunks separated by EOL.
|
| 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 TCP port in the remote host.
|
| SingleLineMode | Special mode for line-oriented protocols.
|
| 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.
|