From d38edb8df43e8b8a00ed8447f2c782ecaea517db Mon Sep 17 00:00:00 2001 From: sta Date: Sun, 1 Apr 2018 17:33:01 +0900 Subject: [PATCH] [Modify] Edit it --- .../Net/WebSockets/HttpListenerWebSocketContext.cs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/websocket-sharp/Net/WebSockets/HttpListenerWebSocketContext.cs b/websocket-sharp/Net/WebSockets/HttpListenerWebSocketContext.cs index 8e5be7d4..7670e1bb 100644 --- a/websocket-sharp/Net/WebSockets/HttpListenerWebSocketContext.cs +++ b/websocket-sharp/Net/WebSockets/HttpListenerWebSocketContext.cs @@ -138,12 +138,12 @@ namespace WebSocketSharp.Net.WebSockets } /// - /// Gets a value indicating whether the handshake request is sent from the - /// local computer. + /// Gets a value indicating whether the handshake request is sent from + /// the local computer. /// /// - /// true if the handshake request is sent from the same computer as - /// the server; otherwise, false. + /// true if the handshake request is sent from the same computer + /// as the server; otherwise, false. /// public override bool IsLocal { get {