Click or drag to resize

WebSocketSessionManagerBroadcastAsync Method

Overload List
  NameDescription
Public methodBroadcastAsync(Byte, Action)
Sends data asynchronously to every client in the WebSocket service.
Public methodBroadcastAsync(String, Action)
Sends data asynchronously to every client in the WebSocket service.
Public methodBroadcastAsync(Stream, Int32, Action)
Sends the data from stream asynchronously to every client in the WebSocket service.
Top
See Also