From a0fea8f64c1a5bbf1bb49f3c6d4feedc98154ba7 Mon Sep 17 00:00:00 2001 From: sta Date: Sat, 14 Apr 2018 21:26:38 +0900 Subject: [PATCH] [Modify] Edit it --- .../Net/WebSockets/TcpListenerWebSocketContext.cs | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/websocket-sharp/Net/WebSockets/TcpListenerWebSocketContext.cs b/websocket-sharp/Net/WebSockets/TcpListenerWebSocketContext.cs index b033ea30..76270e57 100644 --- a/websocket-sharp/Net/WebSockets/TcpListenerWebSocketContext.cs +++ b/websocket-sharp/Net/WebSockets/TcpListenerWebSocketContext.cs @@ -202,10 +202,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 {