[Modify] Edit it

This commit is contained in:
sta 2019-05-05 21:53:31 +09:00
parent 4cac405cdd
commit a765f7b53d

View File

@ -680,14 +680,11 @@ namespace WebSocketSharp.Net
} }
/// <summary> /// <summary>
/// Gets or sets the Value of the cookie. /// Gets or sets the value of the cookie.
/// </summary> /// </summary>
/// <value> /// <value>
/// A <see cref="string"/> that represents the Value of the cookie. /// A <see cref="string"/> that represents the value of the cookie.
/// </value> /// </value>
/// <exception cref="ArgumentNullException">
/// The value specified for a set operation is <see langword="null"/>.
/// </exception>
/// <exception cref="ArgumentException"> /// <exception cref="ArgumentException">
/// The value specified for a set operation is a string not enclosed in /// The value specified for a set operation is a string not enclosed in
/// double quotes that contains an invalid character. /// double quotes that contains an invalid character.