From 7a5b81d389f174418f623ad5ac23f19c878263c1 Mon Sep 17 00:00:00 2001 From: sta Date: Thu, 25 Apr 2019 16:32:03 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Net/CookieCollection.cs | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/websocket-sharp/Net/CookieCollection.cs b/websocket-sharp/Net/CookieCollection.cs index 022c2b6e..5c7a42fa 100644 --- a/websocket-sharp/Net/CookieCollection.cs +++ b/websocket-sharp/Net/CookieCollection.cs @@ -797,8 +797,13 @@ namespace WebSocketSharp.Net /// Removes the specified cookie from the collection. /// /// - /// true if the cookie is successfully found and removed; - /// otherwise, false. + /// + /// true if the cookie is successfully removed; otherwise, + /// false. + /// + /// + /// false if the cookie is not found in the collection. + /// /// /// /// A to remove.