From 99667eb9bee54530ce48bab352c8561e82775adf Mon Sep 17 00:00:00 2001 From: sta Date: Sun, 1 Apr 2018 17:31:03 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Net/WebSockets/WebSocketContext.cs | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/websocket-sharp/Net/WebSockets/WebSocketContext.cs b/websocket-sharp/Net/WebSockets/WebSocketContext.cs index 1e781830..f6cbe5d1 100644 --- a/websocket-sharp/Net/WebSockets/WebSocketContext.cs +++ b/websocket-sharp/Net/WebSockets/WebSocketContext.cs @@ -89,10 +89,12 @@ namespace WebSocketSharp.Net.WebSockets public abstract bool IsAuthenticated { get; } /// - /// 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 abstract bool IsLocal { get; }