Version: 5.5
public bool SendBytes (byte[] bytes, int numBytes, int channelId);

파라미터

bytes The array of data to be sent.
numBytes The number of bytes in the array to be sent.
channelId The transport channel to send on.

반환

bool Success if data was sent.

설명

This sends an array of bytes on the connection.