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

Parameters

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.

Description

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