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