From bfa4e21d4c005af82b4681e8683918addc0ad417 Mon Sep 17 00:00:00 2001 From: sta Date: Sat, 14 Dec 2019 21:42:33 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Net/HttpListenerResponse.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/websocket-sharp/Net/HttpListenerResponse.cs b/websocket-sharp/Net/HttpListenerResponse.cs index b72309ca..ec7209ef 100644 --- a/websocket-sharp/Net/HttpListenerResponse.cs +++ b/websocket-sharp/Net/HttpListenerResponse.cs @@ -996,10 +996,10 @@ namespace WebSocketSharp.Net /// the headers for the response. /// /// - /// A that represents the name of the header to add. + /// A that represents the name of the header to set. /// /// - /// A that represents the value of the header to add. + /// A that represents the value of the header to set. /// /// /// is or empty. @@ -1021,7 +1021,7 @@ namespace WebSocketSharp.Net /// characters. /// /// - /// The header cannot be allowed to add to the current headers. + /// The header cannot be allowed to set in the current headers. /// public void SetHeader (string name, string value) {