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 {