[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> /// <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="CookieException"> /// <exception cref="ArgumentNullException">
/// <para> /// The value specified for a set operation is <see langword="null"/>.
/// The value specified for a set operation is <see langword="null"/>. /// </exception>
/// </para> /// <exception cref="ArgumentException">
/// <para> /// The value specified for a set operation is a string not enclosed in
/// - or - /// double quotes that contains an invalid character.
/// </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>
public string Value { public string Value {
get { get {