From ae9283f7bdac98c23b54a494a5f032a9ae1922b1 Mon Sep 17 00:00:00 2001 From: sta Date: Wed, 17 May 2017 17:17:38 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Server/WebSocketServer.cs | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/websocket-sharp/Server/WebSocketServer.cs b/websocket-sharp/Server/WebSocketServer.cs index 671eb114..4b540ef5 100644 --- a/websocket-sharp/Server/WebSocketServer.cs +++ b/websocket-sharp/Server/WebSocketServer.cs @@ -325,13 +325,17 @@ namespace WebSocketSharp.Server /// a 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 - /// checking the request URI; 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 {