From 6a80126d8e33b7015556e2244d6631793874ef41 Mon Sep 17 00:00:00 2001 From: sta Date: Fri, 23 Mar 2018 20:15:42 +0900 Subject: [PATCH] [Modify] Edit it --- .../Net/WebSockets/HttpListenerWebSocketContext.cs | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/websocket-sharp/Net/WebSockets/HttpListenerWebSocketContext.cs b/websocket-sharp/Net/WebSockets/HttpListenerWebSocketContext.cs index d4dfbf78..d85102b0 100644 --- a/websocket-sharp/Net/WebSockets/HttpListenerWebSocketContext.cs +++ b/websocket-sharp/Net/WebSockets/HttpListenerWebSocketContext.cs @@ -156,10 +156,12 @@ namespace WebSocketSharp.Net.WebSockets } /// - /// Gets a value indicating whether the request is a WebSocket handshake request. + /// Gets a value indicating whether the request is a WebSocket handshake + /// request. /// /// - /// true if the request is a WebSocket handshake request; otherwise, false. + /// true if the request is a WebSocket handshake request; otherwise, + /// false. /// public override bool IsWebSocketRequest { get {