Browse Source

[Modify] Edit it

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

6
websocket-sharp/Net/CookieCollection.cs

@ -676,12 +676,12 @@ namespace WebSocketSharp.Net
/// <param name="cookie">
/// A <see cref="Cookie"/> to add.
/// </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 void Add (Cookie cookie)
{
if (_readOnly) {

Loading…
Cancel
Save