diff --git a/websocket-sharp/Server/HttpServer.cs b/websocket-sharp/Server/HttpServer.cs index 84860a14..fbfc6954 100644 --- a/websocket-sharp/Server/HttpServer.cs +++ b/websocket-sharp/Server/HttpServer.cs @@ -1494,14 +1494,10 @@ 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. - /// /// /// - /// A that represents the status code - /// indicating the reason for the WebSocket connection close. + /// A that represents the status code indicating + /// the reason for the WebSocket connection close. /// /// /// The status codes are defined in @@ -1511,8 +1507,8 @@ namespace WebSocketSharp.Server /// /// /// - /// 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. @@ -1537,8 +1533,7 @@ namespace WebSocketSharp.Server /// -or- /// /// - /// is 1005 (no status) and - /// there is . + /// is 1005 (no status) and there is reason. /// /// /// -or-