From 2c72cc5658a0b703e0013009f9ecfda4ff88f9ae Mon Sep 17 00:00:00 2001 From: sta Date: Thu, 2 Aug 2018 22:00:40 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Server/HttpServer.cs | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/websocket-sharp/Server/HttpServer.cs b/websocket-sharp/Server/HttpServer.cs index 7db2f6af..81dc9849 100644 --- a/websocket-sharp/Server/HttpServer.cs +++ b/websocket-sharp/Server/HttpServer.cs @@ -1579,23 +1579,19 @@ namespace WebSocketSharp.Server /// /// Stops receiving incoming requests and closes each connection. /// - /// - /// 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 WebSocket connection close. + /// It represents the status code indicating the reason for the WebSocket + /// connection close. /// /// /// /// - /// A that represents the reason for - /// the WebSocket connection close. + /// A that represents the reason for the WebSocket + /// connection close. /// /// /// The size must be 123 bytes or less in UTF-8. @@ -1614,8 +1610,7 @@ namespace WebSocketSharp.Server /// /// /// is - /// and - /// there is . + /// and there is reason. /// /// /// -or-