From ccd9e187d9b946f001d9091d9e57623e5c9d33d1 Mon Sep 17 00:00:00 2001 From: sta Date: Wed, 21 Mar 2018 18:08:27 +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 32cadb7c..1055ff22 100644 --- a/websocket-sharp/Net/WebSockets/HttpListenerWebSocketContext.cs +++ b/websocket-sharp/Net/WebSockets/HttpListenerWebSocketContext.cs @@ -129,10 +129,12 @@ namespace WebSocketSharp.Net.WebSockets } /// - /// Gets a value indicating whether the client connected from the local computer. + /// Gets a value indicating whether the handshake request is sent from the + /// local computer. /// /// - /// true if the client connected from the local computer; otherwise, false. + /// true if the handshake request is sent from the same computer as + /// the server; otherwise, false. /// public override bool IsLocal { get {