WebSocketSessionManager..::..BroadcastAsync Method
Overload List
| Name | Description | |
|---|---|---|
| 
                         | 
                      BroadcastAsync(array<Byte>[]()[][], Action) | 
                         
   Sends binary data asynchronously to every client in
   the WebSocket service.
    
                       | 
                    
| 
                         | 
                      BroadcastAsync(String, Action) | 
                         
   Sends text data asynchronously to every client in
   the WebSocket service.
    
                       | 
                    
| 
                         | 
                      BroadcastAsync(Stream, Int32, Action) | 
                         
   Sends binary data from the specified Stream asynchronously to
   every client in the WebSocket service.
    
                       |