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;