[Modify] Edit it

This commit is contained in:
sta 2019-03-12 21:20:41 +09:00
parent 4223d1ced9
commit 69ec79feb0

View File

@ -665,17 +665,12 @@ namespace WebSocketSharp.Net
/// <value>
/// A <see cref="string"/> that represents the Value of the cookie.
/// </value>
/// <exception cref="CookieException">
/// <para>
/// <exception cref="ArgumentNullException">
/// The value specified for a set operation is <see langword="null"/>.
/// </para>
/// <para>
/// - or -
/// </para>
/// <para>
/// The value specified for a set operation contains a string not enclosed in double quotes
/// that contains an invalid character.
/// </para>
/// </exception>
/// <exception cref="ArgumentException">
/// The value specified for a set operation is a string not enclosed in
/// double quotes that contains an invalid character.
/// </exception>
public string Value {
get {