diff --git a/websocket-sharp/Server/WebSocketServiceManager.cs b/websocket-sharp/Server/WebSocketServiceManager.cs index 8685b146..22961ce8 100644 --- a/websocket-sharp/Server/WebSocketServiceManager.cs +++ b/websocket-sharp/Server/WebSocketServiceManager.cs @@ -528,11 +528,19 @@ namespace WebSocketSharp.Server } /// - /// Sends binary to every client in the WebSocket services. + /// Sends the specified to + /// every client in the WebSocket services. /// /// - /// An array of that represents the binary data to send. + /// An array of that represents + /// the binary data to send. /// + /// + /// The current state of the manager is not Start. + /// + /// + /// is . + /// public void Broadcast (byte[] data) { if (_state != ServerState.Start) {