From f6ec443461ad75996df1b7254bf3ffc524c40ea8 Mon Sep 17 00:00:00 2001 From: sta Date: Wed, 16 Aug 2017 15:17:41 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Server/WebSocketSessionManager.cs | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/websocket-sharp/Server/WebSocketSessionManager.cs b/websocket-sharp/Server/WebSocketSessionManager.cs index 0e62599f..0e7d4fb3 100644 --- a/websocket-sharp/Server/WebSocketSessionManager.cs +++ b/websocket-sharp/Server/WebSocketSessionManager.cs @@ -566,24 +566,22 @@ namespace WebSocketSharp.Server } /// - /// Sends the specified asynchronously to - /// every client in the WebSocket service. + /// Sends asynchronously to every client in + /// the WebSocket service. /// /// /// This method does not wait for the send to be complete. /// /// - /// An array of that represents - /// the binary data to send. + /// An array of that represents the binary data to send. /// /// /// - /// An delegate or - /// if not needed. + /// An delegate or + /// if not needed. /// /// - /// That delegate invokes the method called when - /// the send is complete. + /// The delegate invokes the method called when the send is complete. /// /// ///