[Modify] Edit it

This commit is contained in:
sta 2019-11-10 17:17:26 +09:00
parent 97862fd1a5
commit e9c6c5f015

View File

@ -944,7 +944,7 @@ namespace WebSocketSharp.Net
} }
/// <summary> /// <summary>
/// Adds or updates a <paramref name="cookie"/> in the cookies sent with the response. /// Adds or updates a cookie in the cookies sent with the response.
/// </summary> /// </summary>
/// <param name="cookie"> /// <param name="cookie">
/// A <see cref="Cookie"/> to set. /// A <see cref="Cookie"/> to set.
@ -953,7 +953,8 @@ namespace WebSocketSharp.Net
/// <paramref name="cookie"/> is <see langword="null"/>. /// <paramref name="cookie"/> is <see langword="null"/>.
/// </exception> /// </exception>
/// <exception cref="ArgumentException"> /// <exception cref="ArgumentException">
/// <paramref name="cookie"/> already exists in the cookies and couldn't be replaced. /// <paramref name="cookie"/> already exists in the cookies but
/// it can not be updated.
/// </exception> /// </exception>
public void SetCookie (Cookie cookie) public void SetCookie (Cookie cookie)
{ {