From 30be47d7de92c6335da3a57c43df593470f36160 Mon Sep 17 00:00:00 2001 From: sta Date: Mon, 5 Jun 2017 15:16:38 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Server/HttpServer.cs | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/websocket-sharp/Server/HttpServer.cs b/websocket-sharp/Server/HttpServer.cs index b42f2541..d5bbf6f5 100644 --- a/websocket-sharp/Server/HttpServer.cs +++ b/websocket-sharp/Server/HttpServer.cs @@ -353,11 +353,20 @@ namespace WebSocketSharp.Server /// /// Gets or sets a value indicating whether the server cleans up - /// the inactive sessions in the WebSocket services periodically. + /// the inactive sessions periodically. /// + /// + /// The set operation does nothing if the server has already + /// started or it is shutting down. + /// /// - /// true if the server cleans up the inactive sessions every 60 seconds; - /// otherwise, false. The default value is true. + /// + /// true if the server cleans up the inactive sessions + /// every 60 seconds; otherwise, false. + /// + /// + /// The default value is true. + /// /// public bool KeepClean { get {