public TCP(string ipAddress, int port, DataHandler dataHandler) { _serverIpAddress = ipAddress; _serverPort = port; _dataHandler = dataHandler; }