public SendBytes ( byte bytes, int numBytes, int channelId ) : bool | ||
bytes | byte | The array of data to be sent. |
numBytes | int | The number of bytes in the array to be sent. |
channelId | int | The transport channel to send on. |
return | bool |
This sends an array of bytes on the connection.
public SendBytes ( byte bytes, int numBytes, int channelId ) : bool | ||
bytes | byte | The array of data to be sent. |
numBytes | int | The number of bytes in the array to be sent. |
channelId | int | The transport channel to send on. |
return | bool |