Example #1
0
        //停止服务
        private void StopServer()
        {
            m_tcpListener.Stop();

            ClientInfoCommon.RemoveAllClientInfo();
        }