diff --git a/websocket-sharp/Server/WebSocketServer.cs b/websocket-sharp/Server/WebSocketServer.cs index 2aa03177..fba17307 100644 --- a/websocket-sharp/Server/WebSocketServer.cs +++ b/websocket-sharp/Server/WebSocketServer.cs @@ -894,15 +894,17 @@ 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 + /// . /// /// - /// One of the enum values, represents the status code indicating - /// the reason for the stop. + /// One of the enum values that represents + /// the status code indicating the reason for the close. /// /// - /// 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 (CloseStatusCode code, string reason) {