From 8708f01702f772495d1ee3fed057dc8c70e2c073 Mon Sep 17 00:00:00 2001 From: sta Date: Thu, 18 May 2017 14:46:36 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Server/WebSocketServer.cs | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/websocket-sharp/Server/WebSocketServer.cs b/websocket-sharp/Server/WebSocketServer.cs index 4b540ef5..9e4273dd 100644 --- a/websocket-sharp/Server/WebSocketServer.cs +++ b/websocket-sharp/Server/WebSocketServer.cs @@ -434,12 +434,17 @@ namespace WebSocketSharp.Server /// the inactive sessions periodically. /// /// - /// The set operation does nothing if the server has already started or - /// it is shutting down. + /// 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 {