/// <summary> /// 开启TCP对外端口 /// </summary> public void TCPConfig() { TcpHelper tcpHelper = new TcpHelper(); tcpHelper.OpenServer(2624); }