public class Myconnection { /// /// 连接套接字 /// Socket _client = null; /// /// 信息展示 /// ShowMgs _showMgs = null; /// /// 关闭通信通道 /// ShutDow