[Modify] Edit it

This commit is contained in:
sta 2019-03-24 21:37:12 +09:00
parent f36fb1f2a2
commit 6cae5c076c

View File

@ -111,12 +111,14 @@ namespace WebSocketSharp.Net
/// Gets a value indicating whether the collection is read-only.
/// </summary>
/// <value>
/// <para>
/// <c>true</c> if the collection is read-only; otherwise, <c>false</c>.
/// </para>
/// <para>
/// The default value is <c>true</c>.
/// </para>
/// </value>
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;
}