C-DEngine 5.105

WebSocketSessionManager..::..BroadcastAsync Method

Overload List


  Name Description
Public method BroadcastAsync(array<Byte>[]()[][], Action)
Sends binary data asynchronously to every client in the WebSocket service.
Public method BroadcastAsync(String, Action)
Sends text data asynchronously to every client in the WebSocket service.
Public method BroadcastAsync(Stream, Int32, Action)
Sends binary data from the specified Stream asynchronously to every client in the WebSocket service.