From 27544cc79292f3de7e1e9d027dbbf4e91da9474d Mon Sep 17 00:00:00 2001 From: sta Date: Mon, 16 Apr 2018 17:28:56 +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 febac31f..06a7c43b 100644 --- a/websocket-sharp/Net/WebSockets/TcpListenerWebSocketContext.cs +++ b/websocket-sharp/Net/WebSockets/TcpListenerWebSocketContext.cs @@ -184,10 +184,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 {