The Tcp Server Relay forwards a copy of all the data that flows through the Input Connector to any TCP client that is connected to the TcpServerRelay.
Param name | Mandatory | Description | Default Value | Possible Value |
---|---|---|---|---|
Port | Yes | The port on which the relay listens. | n/a | 1 - 65535 |
Example XML:
<TcpServerRelay>
<Port>9000</Port>
</TcpServerRelay>