Esempio n. 1
0
        protected override void acceptSockets()
        {
            Log.notify("Listening", this);

            while (doListen)
            {
                Socket     client = tcpServer.AcceptSocket();
                InfoSocket c      = new InfoSocket(client, this);
            }
        }
        protected override void acceptSockets()
        {
            Log.notify("Listening", this);

            while (doListen)
            {
                Socket client = tcpServer.AcceptSocket();
                InfoSocket c = new InfoSocket(client, this);
            }
        }