From df4b06472874647a1cb009cecac00d19dbe1c253 Mon Sep 17 00:00:00 2001 From: sta Date: Wed, 7 Sep 2016 15:28:27 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Server/HttpServer.cs | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/websocket-sharp/Server/HttpServer.cs b/websocket-sharp/Server/HttpServer.cs index e7f81c7d..d52172cd 100644 --- a/websocket-sharp/Server/HttpServer.cs +++ b/websocket-sharp/Server/HttpServer.cs @@ -1027,15 +1027,17 @@ 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. /// /// - /// 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 WebSocket connection close. /// /// - /// 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 (CloseStatusCode code, string reason) {