Version: 5.4
public void SendBytesTo (int connectionId, byte[] bytes, int numBytes, int channelId);

Parámetros

connectionId The id of the connection to send on.
bytes The data to send.
numBytes The size of the data to send.
channelId The channel to send the data on.

Descripción

This sends the data in an array of bytes to the connected client.