diff --git a/websocket-sharp/Server/WebSocketServer.cs b/websocket-sharp/Server/WebSocketServer.cs
index 1b7b59d8..f7443b62 100644
--- a/websocket-sharp/Server/WebSocketServer.cs
+++ b/websocket-sharp/Server/WebSocketServer.cs
@@ -843,14 +843,19 @@ namespace WebSocketSharp.Server
}
///
- /// Stops receiving the WebSocket connection requests with
- /// the specified and .
+ /// Stops receiving the WebSocket handshake requests, and closes
+ /// the WebSocket connections with the specified and
+ /// .
///
///
- /// A that represents the status code indicating the reason for the stop.
+ /// A that represents the status code indicating
+ /// the reason for the close. The status codes are defined in
+ ///
+ /// Section 7.4 of RFC 6455.
///
///
- /// A that represents the reason for the stop.
+ /// A that represents the reason for the close.
+ /// The size must be 123 bytes or less.
///
public void Stop (ushort code, string reason)
{