From b348433c9a7c9a1cc0d3ffda101b52702d7c37a5 Mon Sep 17 00:00:00 2001 From: sta Date: Fri, 2 Sep 2016 15:43:43 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Server/WebSocketServer.cs | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/websocket-sharp/Server/WebSocketServer.cs b/websocket-sharp/Server/WebSocketServer.cs index 1b7b59d8..f7443b62 100644 --- a/websocket-sharp/Server/WebSocketServer.cs +++ b/websocket-sharp/Server/WebSocketServer.cs @@ -843,14 +843,19 @@ namespace WebSocketSharp.Server } /// - /// Stops receiving the WebSocket connection requests with - /// the specified and . + /// Stops receiving the WebSocket handshake requests, and closes + /// the WebSocket connections with the specified and + /// . /// /// - /// A that represents the status code indicating the reason for the stop. + /// A that represents the status code indicating + /// the reason for the 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 close. + /// The size must be 123 bytes or less. /// public void Stop (ushort code, string reason) {