From 110d1cc112811c0348f9f8ef041d159b1482bc79 Mon Sep 17 00:00:00 2001 From: sta Date: Thu, 14 Jun 2018 19:23:38 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Server/WebSocketBehavior.cs | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/websocket-sharp/Server/WebSocketBehavior.cs b/websocket-sharp/Server/WebSocketBehavior.cs index f6e6d5b0..c972c39e 100644 --- a/websocket-sharp/Server/WebSocketBehavior.cs +++ b/websocket-sharp/Server/WebSocketBehavior.cs @@ -194,8 +194,13 @@ namespace WebSocketSharp.Server /// the Sec-WebSocket-Extensions header included in a handshake request. /// /// - /// true if the WebSocket service ignores the extensions requested from - /// a client; otherwise, false. The default value is false. + /// + /// true if the service ignores the extensions requested from + /// a client; otherwise, false. + /// + /// + /// The default value is false. + /// /// public bool IgnoreExtensions { get {