From e9c6c5f015d369585f300a46b6ec2b8bf6ef034f Mon Sep 17 00:00:00 2001 From: sta Date: Sun, 10 Nov 2019 17:17:26 +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 b2015cf8..b2677acd 100644 --- a/websocket-sharp/Net/HttpListenerResponse.cs +++ b/websocket-sharp/Net/HttpListenerResponse.cs @@ -944,7 +944,7 @@ namespace WebSocketSharp.Net } /// - /// Adds or updates a in the cookies sent with the response. + /// Adds or updates a cookie in the cookies sent with the response. /// /// /// A to set. @@ -953,7 +953,8 @@ namespace WebSocketSharp.Net /// is . /// /// - /// already exists in the cookies and couldn't be replaced. + /// already exists in the cookies but + /// it can not be updated. /// public void SetCookie (Cookie cookie) {