From 5635b713f4ad345f38d3e8072717f2944995619e Mon Sep 17 00:00:00 2001 From: sta Date: Fri, 15 Sep 2017 19:06:38 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Server/WebSocketSessionManager.cs | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/websocket-sharp/Server/WebSocketSessionManager.cs b/websocket-sharp/Server/WebSocketSessionManager.cs index eebfc2ea..8b2f7cd3 100644 --- a/websocket-sharp/Server/WebSocketSessionManager.cs +++ b/websocket-sharp/Server/WebSocketSessionManager.cs @@ -209,11 +209,15 @@ namespace WebSocketSharp.Server } /// - /// Gets a value indicating whether the manager cleans up the inactive sessions in - /// the WebSocket service periodically. + /// Gets or sets a value indicating whether the inactive sessions in + /// the WebSocket service are cleaned up periodically. /// + /// + /// The set operation does nothing if the service has already started or + /// it is shutting down. + /// /// - /// true if the manager cleans up the inactive sessions every 60 seconds; + /// true if the inactive sessions are cleaned up every 60 seconds; /// otherwise, false. /// public bool KeepClean {