From 853d78c0cde739552e0dabaebde10ffdb283eb73 Mon Sep 17 00:00:00 2001 From: sta Date: Tue, 19 Sep 2017 19:39:03 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Server/WebSocketServiceManager.cs | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/websocket-sharp/Server/WebSocketServiceManager.cs b/websocket-sharp/Server/WebSocketServiceManager.cs index dd4a4dd1..4eb956ff 100644 --- a/websocket-sharp/Server/WebSocketServiceManager.cs +++ b/websocket-sharp/Server/WebSocketServiceManager.cs @@ -172,12 +172,16 @@ namespace WebSocketSharp.Server } /// - /// Gets a value indicating whether the inactive sessions in + /// Gets or sets a value indicating whether the inactive sessions in /// the WebSocket services are cleaned up periodically. /// + /// + /// The set operation does nothing if the server has already started or + /// it is shutting down. + /// /// - /// true if the inactive sessions in the services are - /// cleaned up every 60 seconds; otherwise, false. + /// true if the inactive sessions are cleaned up every 60 seconds; + /// otherwise, false. /// public bool KeepClean { get {