From 168a3352664378e30f172db6de0c85f78ba8eb45 Mon Sep 17 00:00:00 2001 From: sta Date: Mon, 14 Aug 2017 16:08:59 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Server/WebSocketSessionManager.cs | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/websocket-sharp/Server/WebSocketSessionManager.cs b/websocket-sharp/Server/WebSocketSessionManager.cs index a1145bb6..cd8b2ed0 100644 --- a/websocket-sharp/Server/WebSocketSessionManager.cs +++ b/websocket-sharp/Server/WebSocketSessionManager.cs @@ -487,12 +487,14 @@ namespace WebSocketSharp.Server } /// - /// Sends the specified of data from - /// the specified to every client in + /// Sends the data from to every client in /// the WebSocket service. /// + /// + /// The data is sent as the binary data. + /// /// - /// A from which to read the binary data to send. + /// A instance from which to read the data to send. /// /// /// An that specifies the number of bytes to send.