[Modify] Edit it
This commit is contained in:
parent
97862fd1a5
commit
e9c6c5f015
@ -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)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user