From 46b576581765f10a7b135ac84f68934e1bc163e2 Mon Sep 17 00:00:00 2001 From: sta Date: Wed, 17 Nov 2021 19:41:43 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Server/WebSocketSessionManager.cs | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/websocket-sharp/Server/WebSocketSessionManager.cs b/websocket-sharp/Server/WebSocketSessionManager.cs index 6306df0a..a530560c 100644 --- a/websocket-sharp/Server/WebSocketSessionManager.cs +++ b/websocket-sharp/Server/WebSocketSessionManager.cs @@ -898,15 +898,14 @@ namespace WebSocketSharp.Server } /// - /// Closes the specified session with and - /// . + /// Closes the session with the specified ID, code, and reason. /// /// - /// A that represents the ID of the session to close. + /// A that specifies the ID of the session to close. /// /// /// - /// A that represents the status code indicating + /// A that specifies the status code indicating /// the reason for the close. /// /// @@ -917,7 +916,7 @@ namespace WebSocketSharp.Server /// /// /// - /// A that represents the reason for the close. + /// A that specifies the reason for the close. /// /// /// The size must be 123 bytes or less in UTF-8. @@ -940,8 +939,7 @@ namespace WebSocketSharp.Server /// -or- /// /// - /// is 1005 (no status) and there is - /// . + /// is 1005 (no status) and there is reason. /// /// /// -or-