Variable RPCClient.conn

Connection to the host

class RPCClient
{
  // ...
  TCPConnection conn ;
  // ...
}