Browse Source

[Modify] Edit it

pull/533/merge
sta 12 months ago
parent
commit
16c0224f60
  1. 6
      websocket-sharp/Net/CookieCollection.cs

6
websocket-sharp/Net/CookieCollection.cs

@ -830,12 +830,12 @@ namespace WebSocketSharp.Net
/// <param name="cookie">
/// A <see cref="Cookie"/> to remove.
/// </param>
/// <exception cref="InvalidOperationException">
/// The collection is read-only.
/// </exception>
/// <exception cref="ArgumentNullException">
/// <paramref name="cookie"/> is <see langword="null"/>.
/// </exception>
/// <exception cref="InvalidOperationException">
/// The collection is read-only.
/// </exception>
public bool Remove (Cookie cookie)
{
if (_readOnly) {

Loading…
Cancel
Save