From 5904d9c044de5382b67ca430ecd559f36f1c6e5f Mon Sep 17 00:00:00 2001 From: sta Date: Thu, 23 Jan 2020 19:44:18 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Net/HttpListenerResponse.cs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/websocket-sharp/Net/HttpListenerResponse.cs b/websocket-sharp/Net/HttpListenerResponse.cs index a2cade97..32c0829b 100644 --- a/websocket-sharp/Net/HttpListenerResponse.cs +++ b/websocket-sharp/Net/HttpListenerResponse.cs @@ -53,10 +53,11 @@ using System.Text; namespace WebSocketSharp.Net { /// - /// Provides the access to a response to a request received by the . + /// Represents an HTTP response to an HTTP request received by + /// a instance. /// /// - /// The HttpListenerResponse class cannot be inherited. + /// This class cannot be inherited. /// public sealed class HttpListenerResponse : IDisposable {