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

파라미터

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.

설명

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