|
|
| ConnectionBacklog
| The maximum number of pending connections maintained by the TCP/IP subsystem.
|
| Connections
| A collection of currently connected clients.
|
| DefaultEOL
| A default EOL value to be used by incoming connections.
|
| DefaultMaxLineLength
| The default maximum line length value for inbound connections.
|
| DefaultSingleLineMode
| Tells the component whether or not to treat new connections as line-oriented.
|
| DefaultTimeout
| An initial timeout value to be used by incoming connections.
|
| KeepAlive
| When True, KEEPALIVE packets are enabled (for long connections).
|
| Linger
| When set to True, connections are terminated gracefully.
|
| Listening
| If True, the component accepts incoming connections on LocalPort.
|
| 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 the component listens.
|