Declaration
public void SendMessage(
IEnumerable<byte[]> fragmentedBinaryMessage
)
Summary
Sends to the client a binary message that is provided as a sequence of chunks.
Parameters
IEnumerable<byte[]> | fragmentedBinaryMessage |
The binary message to send. |