diff --git a/websocket-sharp/Server/HttpServer.cs b/websocket-sharp/Server/HttpServer.cs
index 7651a3db..6286f27f 100644
--- a/websocket-sharp/Server/HttpServer.cs
+++ b/websocket-sharp/Server/HttpServer.cs
@@ -632,11 +632,20 @@ namespace WebSocketSharp.Server
}
///
- /// Gets or sets the wait time for the response to the WebSocket Ping or Close.
+ /// Gets or sets the time to wait for the response to
+ /// the WebSocket Ping or Close.
///
+ ///
+ /// The set operation does nothing if the server has already
+ /// started or it is shutting down.
+ ///
///
- /// A that represents the wait time. The default value is
- /// the same as 1 second.
+ ///
+ /// A to wait for the response.
+ ///
+ ///
+ /// The default value is the same as 1 second.
+ ///
///
///
/// The value specified for a set operation is zero or less.