This version of Unity is unsupported.
Method group is Obsolete

NetworkServerSimple.SendWriterTo

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

Declaration

public void SendWriterTo(int connectionId, NetworkWriter writer, int channelId);

Parameters

connectionId The id of the connection to send on.
writer The writer object to send.
channelId The channel to send the data on.

Description

This sends the contents of a NetworkWriter object to the connected client.