foreach (Socket socket in this.socketList) { socket.send_stream("Das ist ein Test!\r\n"); }