Version: 2021.2
言語: 日本語
public static void Send (int connectionId, byte[] data);
public static void Send (int connectionId, string data);

パラメーター

connectionId The connection ID. This matches ChannelClientInfo.channelClientId.
data Data to send to the connected client.

説明

Sends a message to a specific connection. The message can be binary or UTF8.