From f36fb1f2a24fecc0d409c12e37c532c964ea69b6 Mon Sep 17 00:00:00 2001 From: sta Date: Sun, 24 Mar 2019 21:32:24 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Net/CookieCollection.cs | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/websocket-sharp/Net/CookieCollection.cs b/websocket-sharp/Net/CookieCollection.cs index 2b24723c..e6e0a616 100644 --- a/websocket-sharp/Net/CookieCollection.cs +++ b/websocket-sharp/Net/CookieCollection.cs @@ -123,11 +123,17 @@ namespace WebSocketSharp.Net } /// - /// Gets a value indicating whether the access to the collection is thread safe. + /// Gets a value indicating whether the access to the collection is + /// thread safe. /// /// - /// true if the access to the collection is thread safe; otherwise, false. - /// The default value is false. + /// + /// true if the access to the collection is thread safe; + /// otherwise, false. + /// + /// + /// The default value is false. + /// /// public bool IsSynchronized { get {