diff --git a/websocket-sharp/Server/HttpServer.cs b/websocket-sharp/Server/HttpServer.cs index b1c42c2e..3c614230 100644 --- a/websocket-sharp/Server/HttpServer.cs +++ b/websocket-sharp/Server/HttpServer.cs @@ -977,14 +977,19 @@ namespace WebSocketSharp.Server } /// - /// Stops receiving the HTTP requests with the specified and - /// used to stop the WebSocket services. + /// Stops receiving the incoming requests, and closes the connections with + /// the specified and for + /// the WebSocket connection close. /// /// - /// A that represents the status code indicating the reason for the stop. + /// A that represents the status code indicating + /// the reason for the WebSocket connection 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 WebSocket + /// connection close. The size must be 123 bytes or less. /// public void Stop (ushort code, string reason) {