From 46ef552ced1b3f546a150cb298312c5f94c896fb Mon Sep 17 00:00:00 2001 From: sta Date: Tue, 6 Sep 2016 15:57:10 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Server/HttpServer.cs | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) 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) {