}


                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
猜你喜欢
相关资源
相似解决方案