diff --git a/websocket-sharp/Server/HttpServer.cs b/websocket-sharp/Server/HttpServer.cs index 7db2f6af..81dc9849 100644 --- a/websocket-sharp/Server/HttpServer.cs +++ b/websocket-sharp/Server/HttpServer.cs @@ -1579,23 +1579,19 @@ namespace WebSocketSharp.Server /// /// Stops receiving incoming requests and closes each connection. /// - /// - /// This method does nothing if the server is not started, - /// it is shutting down, or it has already stopped. - /// /// /// /// One of the enum values. /// /// - /// It represents the status code indicating the reason for - /// the WebSocket connection close. + /// It represents the status code indicating the reason for the WebSocket + /// connection close. /// /// /// /// - /// A that represents the reason for - /// the WebSocket connection close. + /// A that represents the reason for the WebSocket + /// connection close. /// /// /// The size must be 123 bytes or less in UTF-8. @@ -1614,8 +1610,7 @@ namespace WebSocketSharp.Server /// /// /// is - /// and - /// there is . + /// and there is reason. /// /// /// -or-