From 814b64e0199268ddd2c9b6035630ca7ae22fcc97 Mon Sep 17 00:00:00 2001 From: sta Date: Fri, 18 Aug 2017 13:58:30 +0900 Subject: [PATCH] [Modify] Edit it --- .../Server/WebSocketSessionManager.cs | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/websocket-sharp/Server/WebSocketSessionManager.cs b/websocket-sharp/Server/WebSocketSessionManager.cs index 211968b9..6c554ef8 100644 --- a/websocket-sharp/Server/WebSocketSessionManager.cs +++ b/websocket-sharp/Server/WebSocketSessionManager.cs @@ -834,11 +834,25 @@ namespace WebSocketSharp.Server } /// - /// Closes the session with the specified . + /// Closes the specified session. /// /// /// A that represents the ID of the session to close. /// + /// + /// is . + /// + /// + /// + /// is an empty string. + /// + /// + /// -or- + /// + /// + /// The session could not be found. + /// + /// public void CloseSession (string id) { IWebSocketSession session;