[Modify] Edit it

This commit is contained in:
sta 2019-03-10 22:37:57 +09:00
parent 16c85a524a
commit 1230d354a0

View File

@ -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 -