From 98861dcb4d293b70b99d346a6881c9e9febe254c Mon Sep 17 00:00:00 2001 From: sta Date: Sun, 1 Jul 2018 21:10:58 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Server/WebSocketBehavior.cs | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/websocket-sharp/Server/WebSocketBehavior.cs b/websocket-sharp/Server/WebSocketBehavior.cs index 57368af7..635c8ddc 100644 --- a/websocket-sharp/Server/WebSocketBehavior.cs +++ b/websocket-sharp/Server/WebSocketBehavior.cs @@ -237,13 +237,14 @@ namespace WebSocketSharp.Server } /// - /// Gets or sets a value indicating whether the WebSocket service ignores - /// the Sec-WebSocket-Extensions header included in a handshake request. + /// Gets or sets a value indicating whether the service ignores + /// the Sec-WebSocket-Extensions header included in a WebSocket + /// handshake request. /// /// /// - /// true if the service ignores the extensions requested from - /// a client; otherwise, false. + /// true if the service ignores the extensions requested + /// from a client; otherwise, false. /// /// /// The default value is false.