C-DEngine 5.105

WebSocketServiceManager..::..BroadcastAsync Method

Overload List


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