[Modify] Edit it
This commit is contained in:
parent
4ff54f25cb
commit
b0b706ee4f
@ -186,22 +186,14 @@ namespace WebSocketSharp.Net
|
||||
/// </para>
|
||||
/// </param>
|
||||
/// <param name="value">
|
||||
/// A <see cref="string"/> that specifies the Value of the cookie.
|
||||
/// A <see cref="string"/> that specifies the value of the cookie.
|
||||
/// </param>
|
||||
/// <param name="path">
|
||||
/// A <see cref="string"/> that specifies the value of the Path
|
||||
/// attribute of the cookie.
|
||||
/// </param>
|
||||
/// <exception cref="ArgumentNullException">
|
||||
/// <para>
|
||||
/// <paramref name="name"/> is <see langword="null"/>.
|
||||
/// </para>
|
||||
/// <para>
|
||||
/// - or -
|
||||
/// </para>
|
||||
/// <para>
|
||||
/// <paramref name="value"/> is <see langword="null"/>.
|
||||
/// </para>
|
||||
/// <paramref name="name"/> is <see langword="null"/>.
|
||||
/// </exception>
|
||||
/// <exception cref="ArgumentException">
|
||||
/// <para>
|
||||
|
Loading…
Reference in New Issue
Block a user