Beispiel #1
0
        public void Start()
        {
            if (Active)
            {
                return;
            }

            m_server.Bind(m_serverEP);

            //try
            //{
            //    m_server.Listen();
            //}
            //catch (SocketException)
            //{
            //    Stop();
            //    throw;
            //}

            Active = true;
        }