} Thread.Sleep(100); } } #region IDisposable 成员 public void Dispose() { try { this.listenThread.Abort(); this.client.Close(); } catch {} } #endregion }} 相关文章: 2021-08-05 2022-01-09 2021-11-22 2021-11-24 2021-12-08