From bd1d1fd922e0882e5dc4ffc5575962174deccef7 Mon Sep 17 00:00:00 2001 From: sta Date: Sat, 1 Apr 2017 16:01:50 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Server/WebSocketServiceManager.cs | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) 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) {