From cca8a9a2d41b446b92fc1f452162764d7834b885 Mon Sep 17 00:00:00 2001 From: sta Date: Sat, 23 Nov 2019 17:29:14 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Net/HttpListenerResponse.cs | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/websocket-sharp/Net/HttpListenerResponse.cs b/websocket-sharp/Net/HttpListenerResponse.cs index 1652e514..e6ac58d9 100644 --- a/websocket-sharp/Net/HttpListenerResponse.cs +++ b/websocket-sharp/Net/HttpListenerResponse.cs @@ -247,13 +247,14 @@ namespace WebSocketSharp.Net } /// - /// Gets or sets the HTTP headers sent to the client. + /// Gets or sets the collection of HTTP headers sent to the client. /// /// - /// A that contains the headers sent to the client. + /// A that contains the headers sent to + /// the client. /// /// - /// The value specified for a set operation isn't valid for a response. + /// The value specified for a set operation is not valid for a response. /// public WebHeaderCollection Headers { get {