Alias TCPClient

An alias for a TCP based RPCClient.

alias TCPClient(API) = RPCClient!(API,TCPConnection);