From 3ac64830aca848bb664d8fd5bed312e9f4798285 Mon Sep 17 00:00:00 2001 From: sta Date: Thu, 25 May 2017 15:37:39 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Server/WebSocketServer.cs | 22 +++++++++++++--------- 1 file changed, 13 insertions(+), 9 deletions(-) diff --git a/websocket-sharp/Server/WebSocketServer.cs b/websocket-sharp/Server/WebSocketServer.cs index 5d678dbc..39ff03c5 100644 --- a/websocket-sharp/Server/WebSocketServer.cs +++ b/websocket-sharp/Server/WebSocketServer.cs @@ -1431,22 +1431,25 @@ 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, /// it is shutting down, or it has already stopped. /// /// - /// One of the enum values. - /// It represents the status code indicating the reason for - /// the close. + /// + /// One of the enum values. + /// + /// + /// It represents the status code indicating the reason for the close. + /// /// /// - /// 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. /// /// /// The size of is greater than 123 bytes. @@ -1460,7 +1463,8 @@ namespace WebSocketSharp.Server /// -or- /// /// - /// is and + /// is + /// and /// there is . /// ///