This version of Unity is unsupported.
Method group is Obsolete

NetworkServerSimple.SendBytesTo

Obsolete The high level API classes are deprecated and will be removed in the future.

Declaration

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.