From b4dd374df203394253caab20b035682d7da5884d Mon Sep 17 00:00:00 2001 From: sta Date: Thu, 25 May 2017 15:05:15 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Server/WebSocketServer.cs | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/websocket-sharp/Server/WebSocketServer.cs b/websocket-sharp/Server/WebSocketServer.cs index e7ef8a34..80e8e7f9 100644 --- a/websocket-sharp/Server/WebSocketServer.cs +++ b/websocket-sharp/Server/WebSocketServer.cs @@ -1342,9 +1342,9 @@ namespace WebSocketSharp.Server } /// - /// Stops receiving the WebSocket handshake requests, - /// and closes the WebSocket connections with the specified - /// and . + /// Stops receiving incoming handshake requests and closes each + /// connection with the specified and + /// . /// /// /// This method does nothing if the server is not started, @@ -1362,8 +1362,8 @@ namespace WebSocketSharp.Server /// /// /// - /// A that represents the reason for - /// the close. The size must be 123 bytes or less in UTF-8. + /// A that represents the reason for the close. + /// The size must be 123 bytes or less in UTF-8. /// /// ///