From be5df862e61171c2e364748ee9d42479a3aa3cda Mon Sep 17 00:00:00 2001 From: sta Date: Fri, 2 Sep 2016 16:03:03 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Server/WebSocketServer.cs | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/websocket-sharp/Server/WebSocketServer.cs b/websocket-sharp/Server/WebSocketServer.cs index 2aa03177..fba17307 100644 --- a/websocket-sharp/Server/WebSocketServer.cs +++ b/websocket-sharp/Server/WebSocketServer.cs @@ -894,15 +894,17 @@ 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 + /// . /// /// - /// 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 close. /// /// - /// 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 (CloseStatusCode code, string reason) {