[Modify] Edit it

master
sta 7 years ago
parent f36fb1f2a2
commit 6cae5c076c

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

Loading…
Cancel
Save