Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Method: void SendMessage(IEnumerable<byte[]>)

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.