Ejemplo n.º 1
0
        public AirPlayHandler()
        {
            m_Bonjour = new Bonjour();

            //m_MainTcpServer = new TcpServer(MAIN_PORT);
            m_MirrorTcpServer = new TcpServer(MIRROR_PORT);
        }
Ejemplo n.º 2
0
        public AirPlayHandler()
        {
            m_Bonjour = new Bonjour();

            //m_MainTcpServer = new TcpServer(MAIN_PORT);
            m_MirrorTcpServer = new TcpServer(MIRROR_PORT);
        }