From f7794398986b21c2e890f714c1aa507f9b71bb04 Mon Sep 17 00:00:00 2001 From: sta Date: Tue, 24 Jul 2018 21:11:24 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Server/WebSocketServer.cs | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/websocket-sharp/Server/WebSocketServer.cs b/websocket-sharp/Server/WebSocketServer.cs index 3eccd527..d11f1a4e 100644 --- a/websocket-sharp/Server/WebSocketServer.cs +++ b/websocket-sharp/Server/WebSocketServer.cs @@ -1440,13 +1440,12 @@ 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. /// /// /// @@ -1474,8 +1473,7 @@ namespace WebSocketSharp.Server /// /// /// is - /// and - /// there is . + /// and there is reason. /// /// /// -or-