1TCP CLIENT TRANSPORT
2====================
3
4The TCP Client transport uses an outgoing TCP connection to a host:port address.
5
6## Moniker
7The moniker syntax for a TCP client transport is: `tcp-client:<remote-host>:<remote-port>`
8
9!!! example
10    `tcp-client:127.0.0.1:9001`
11    Connects to port 9001 on the local host
12