From d3a09abc28ac46869c5c819b7ee0dfec8205dec2 Mon Sep 17 00:00:00 2001 From: sta Date: Sat, 13 Jan 2018 03:46:20 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Net/HttpListenerRequest.cs | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/websocket-sharp/Net/HttpListenerRequest.cs b/websocket-sharp/Net/HttpListenerRequest.cs index fc9c92eb..f95fd5f5 100644 --- a/websocket-sharp/Net/HttpListenerRequest.cs +++ b/websocket-sharp/Net/HttpListenerRequest.cs @@ -268,10 +268,12 @@ namespace WebSocketSharp.Net } /// - /// Gets a value indicating whether the request is sent from the local computer. + /// Gets a value indicating whether the request is sent from the local + /// computer. /// /// - /// true if the request is sent from the local computer; otherwise, false. + /// true if the request is sent from the same computer as the server; + /// otherwise, false. /// public bool IsLocal { get {