From 6cae5c076c4838b3e3b9c9a5899f9af1301e440a Mon Sep 17 00:00:00 2001 From: sta Date: Sun, 24 Mar 2019 21:37:12 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Net/CookieCollection.cs | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/websocket-sharp/Net/CookieCollection.cs b/websocket-sharp/Net/CookieCollection.cs index e6e0a616..2d31e09b 100644 --- a/websocket-sharp/Net/CookieCollection.cs +++ b/websocket-sharp/Net/CookieCollection.cs @@ -111,12 +111,14 @@ namespace WebSocketSharp.Net /// Gets a value indicating whether the collection is read-only. /// /// - /// true if the collection is read-only; otherwise, false. - /// The default value is true. + /// + /// true if the collection is read-only; otherwise, false. + /// + /// + /// The default value is true. + /// /// public bool IsReadOnly { - // LAMESPEC: So how is one supposed to create a writable CookieCollection instance? - // We simply ignore this property, as this collection is always writable. get { return true; }