예제 #1
0
        //private TimerEx m_pTimer_IsNotAuthenticatedTimeout = null;

        /// <summary>
        /// Default constructor.
        /// </summary>
        public TCP_Server()
        {
            m_pConnectionAcceptors = new List <TCP_Server <T> .TCP_Acceptor>();
            m_pListeningPoints     = new List <TCP_Server <T> .ListeningPoint>();
            m_pSessions            = new TCP_SessionCollection <TCP_ServerSession>();
        }