From 4e234236c661e4757159aa66efd16b3a016a1060 Mon Sep 17 00:00:00 2001 From: sta Date: Mon, 7 Nov 2016 17:24:29 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Server/WebSocketServer.cs | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/websocket-sharp/Server/WebSocketServer.cs b/websocket-sharp/Server/WebSocketServer.cs index b7374141..dbbdbe31 100644 --- a/websocket-sharp/Server/WebSocketServer.cs +++ b/websocket-sharp/Server/WebSocketServer.cs @@ -305,11 +305,12 @@ namespace WebSocketSharp.Server /// /// Gets or sets a value indicating whether the server accepts - /// a forwarded request. + /// a handshake request without checking the request URI. /// /// - /// true if the server accepts a forwarded request; - /// otherwise, false. The default value is false. + /// true if the server accepts a handshake request without + /// checking the request URI; otherwise, false. The default + /// value is false. /// public bool AllowForwardedRequest { get {