public static void BroadcastBinary (int channelId, byte[] data);

Parámetros

channelIdThe ID of the channel to send the message to.
dataThe binary data to send.

Descripción

Sends a message to all of a specific channel's ChannelClient connections.