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 {