i have adapter that has the connection : TcpClient reqrepSocket = new TcpClient(host, reqrepPort);

sometimes during running the adapter, it gives exception in this line of connection. the exception say that the target machine refuse it.
what may cause that?