From 64ac8862c9a8f41040bebfd34a06efa239c9c818 Mon Sep 17 00:00:00 2001 From: sta Date: Thu, 18 Jan 2018 15:12:14 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Net/HttpListenerRequest.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/websocket-sharp/Net/HttpListenerRequest.cs b/websocket-sharp/Net/HttpListenerRequest.cs index 8cc09b51..4e6e313e 100644 --- a/websocket-sharp/Net/HttpListenerRequest.cs +++ b/websocket-sharp/Net/HttpListenerRequest.cs @@ -222,10 +222,10 @@ namespace WebSocketSharp.Net } /// - /// Gets the HTTP headers used in the request. + /// Gets the headers included in the request. /// /// - /// A that contains the HTTP headers used in the request. + /// A that contains the headers. /// public NameValueCollection Headers { get {