From bacf9282f4c96dc3637b11b21723dd7a35165ea1 Mon Sep 17 00:00:00 2001 From: sta Date: Sat, 23 Dec 2017 16:14:11 +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 81b9ab36..fe72aa88 100644 --- a/websocket-sharp/Net/HttpListenerRequest.cs +++ b/websocket-sharp/Net/HttpListenerRequest.cs @@ -292,10 +292,12 @@ namespace WebSocketSharp.Net } /// - /// Gets a value indicating whether the client requests a persistent connection. + /// Gets a value indicating whether the client requests a persistent + /// connection. /// /// - /// true if the client requests a persistent connection; otherwise, false. + /// true if the request specifies that the connection is kept open; + /// otherwise, false. /// public bool KeepAlive { get {