Version: 2020.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.