[Modify] Edit it
This commit is contained in:
parent
16c85a524a
commit
1230d354a0
@ -500,9 +500,18 @@ namespace WebSocketSharp.Net
|
|||||||
/// <value>
|
/// <value>
|
||||||
/// A <see cref="string"/> that represents the Name of the cookie.
|
/// A <see cref="string"/> that represents the Name of the cookie.
|
||||||
/// </value>
|
/// </value>
|
||||||
/// <exception cref="CookieException">
|
/// <exception cref="ArgumentNullException">
|
||||||
|
/// The value specified for a set operation is <see langword="null"/>.
|
||||||
|
/// </exception>
|
||||||
|
/// <exception cref="ArgumentException">
|
||||||
/// <para>
|
/// <para>
|
||||||
/// The value specified for a set operation is <see langword="null"/> or empty.
|
/// The value specified for a set operation is an empty string.
|
||||||
|
/// </para>
|
||||||
|
/// <para>
|
||||||
|
/// - or -
|
||||||
|
/// </para>
|
||||||
|
/// <para>
|
||||||
|
/// The value specified for a set operation starts with a dollar sign.
|
||||||
/// </para>
|
/// </para>
|
||||||
/// <para>
|
/// <para>
|
||||||
/// - or -
|
/// - or -
|
||||||
|
Loading…
Reference in New Issue
Block a user