public TcpClient(string address, int port) { this.address = address; this.port = port; ip = SocketUtil.ParseIP(address); }