From 3856598928eb0fbd0610b41b768b970400844e31 Mon Sep 17 00:00:00 2001 From: sta Date: Thu, 23 Jan 2020 19:48:02 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Net/HttpListenerRequest.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/websocket-sharp/Net/HttpListenerRequest.cs b/websocket-sharp/Net/HttpListenerRequest.cs index 953c9b95..375d5cd4 100644 --- a/websocket-sharp/Net/HttpListenerRequest.cs +++ b/websocket-sharp/Net/HttpListenerRequest.cs @@ -48,7 +48,8 @@ using System.Text; namespace WebSocketSharp.Net { /// - /// Represents an incoming request to a instance. + /// Represents an incoming HTTP request to a + /// instance. /// /// /// This class cannot be inherited.