From 55ba6ef40ad118536af0c6b4de6aab0dfb51ec86 Mon Sep 17 00:00:00 2001 From: sta Date: Tue, 31 Mar 2020 17:09:48 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Net/WebHeaderCollection.cs | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/websocket-sharp/Net/WebHeaderCollection.cs b/websocket-sharp/Net/WebHeaderCollection.cs index 19376047..37684af8 100644 --- a/websocket-sharp/Net/WebHeaderCollection.cs +++ b/websocket-sharp/Net/WebHeaderCollection.cs @@ -699,14 +699,18 @@ namespace WebSocketSharp.Net } /// - /// Gets or sets the specified response in the collection. + /// Gets or sets the specified response header in the collection. /// /// - /// A that represents the value of the response . + /// A that represents the value of the response header. /// /// - /// One of the enum values, represents - /// the response header to get or set. + /// + /// One of the enum values. + /// + /// + /// It represents the response header to get or set. + /// /// /// /// @@ -716,15 +720,15 @@ namespace WebSocketSharp.Net /// -or- /// /// - /// contains invalid characters. + /// contains an invalid character. /// /// /// /// The length of is greater than 65,535 characters. /// /// - /// The current instance doesn't allow - /// the response . + /// The current instance does not allow + /// the response header. /// public string this[HttpResponseHeader header] { get {