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