From 9ad9d97466ae6c82fee5431ed544f4100f64de1c Mon Sep 17 00:00:00 2001 From: sta Date: Fri, 4 Aug 2017 15:41:42 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Server/WebSocketSessionManager.cs | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/websocket-sharp/Server/WebSocketSessionManager.cs b/websocket-sharp/Server/WebSocketSessionManager.cs index 43d553b1..4dd6d360 100644 --- a/websocket-sharp/Server/WebSocketSessionManager.cs +++ b/websocket-sharp/Server/WebSocketSessionManager.cs @@ -400,11 +400,19 @@ namespace WebSocketSharp.Server #region Public Methods /// - /// Sends binary to every client in the WebSocket service. + /// Sends the specified to + /// every client in the WebSocket service. /// /// - /// 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) {