From f41df03eb63847b4810751669ac0364af169a639 Mon Sep 17 00:00:00 2001 From: sta Date: Tue, 31 Jul 2018 19:52:34 +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 84860a14..fbfc6954 100644 --- a/websocket-sharp/Server/HttpServer.cs +++ b/websocket-sharp/Server/HttpServer.cs @@ -1494,14 +1494,10 @@ 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. - /// /// /// - /// A that represents the status code - /// indicating the reason for the WebSocket connection close. + /// A that represents the status code indicating + /// the reason for the WebSocket connection close. /// /// /// The status codes are defined in @@ -1511,8 +1507,8 @@ namespace WebSocketSharp.Server /// /// /// - /// 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. @@ -1537,8 +1533,7 @@ namespace WebSocketSharp.Server /// -or- /// /// - /// is 1005 (no status) and - /// there is . + /// is 1005 (no status) and there is reason. /// /// /// -or-