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 {