From d2b36fbd38e717df037eddbe954d2c1b4ac5c1e5 Mon Sep 17 00:00:00 2001 From: sta Date: Mon, 17 Jul 2017 16:05:59 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Server/WebSocketServer.cs | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/websocket-sharp/Server/WebSocketServer.cs b/websocket-sharp/Server/WebSocketServer.cs index a06a1644..23d49f79 100644 --- a/websocket-sharp/Server/WebSocketServer.cs +++ b/websocket-sharp/Server/WebSocketServer.cs @@ -327,16 +327,16 @@ namespace WebSocketSharp.Server } /// - /// Gets or sets a value indicating whether the server accepts - /// a handshake request without checking the request URI. + /// Gets or sets a value indicating whether the server accepts every + /// handshake request without checking the request URI. /// /// - /// The set operation does nothing if the server has already - /// started or it is shutting down. + /// The set operation does nothing if the server has already started or + /// it is shutting down. /// /// /// - /// true if the server accepts a handshake request without + /// true if the server accepts every handshake request without /// checking the request URI; otherwise, false. /// ///