From 051062b7fdd33af50427fb5cfe0878255939fd59 Mon Sep 17 00:00:00 2001 From: sta Date: Sun, 22 Jul 2018 22:23:26 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Server/WebSocketServer.cs | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/websocket-sharp/Server/WebSocketServer.cs b/websocket-sharp/Server/WebSocketServer.cs index ce89d739..dda2b929 100644 --- a/websocket-sharp/Server/WebSocketServer.cs +++ b/websocket-sharp/Server/WebSocketServer.cs @@ -1348,18 +1348,17 @@ namespace WebSocketSharp.Server } /// - /// Stops receiving incoming handshake requests and closes each - /// connection with the specified and - /// . + /// Stops receiving incoming handshake requests and closes each connection + /// with the specified code and reason. /// /// - /// This method does nothing if the server is not started, - /// it is shutting down, or it has already stopped. + /// This method does nothing if the server is not started, it is shutting + /// down, or it has already stopped. /// /// /// - /// A that represents the status code - /// indicating the reason for the close. + /// A that represents the status code indicating + /// the reason for the close. /// /// /// The status codes are defined in @@ -1394,8 +1393,7 @@ namespace WebSocketSharp.Server /// -or- /// /// - /// is 1005 (no status) and - /// there is . + /// is 1005 (no status) and there is reason. /// /// /// -or-