[Modify] Edit it

This commit is contained in:
sta 2019-02-28 21:36:22 +09:00
parent 6f95c29258
commit d05bc7c5d0

View File

@ -622,11 +622,19 @@ namespace WebSocketSharp.Net
/// Gets or sets the value of the Version attribute of the cookie. /// Gets or sets the value of the Version attribute of the cookie.
/// </summary> /// </summary>
/// <value> /// <value>
/// An <see cref="int"/> that represents the version of the HTTP state management /// <para>
/// to which the cookie conforms. /// An <see cref="int"/> that represents the version of HTTP state
/// management that the cookie conforms to.
/// </para>
/// <para>
/// 0 or 1.
/// </para>
/// <para>
/// The default value is 0.
/// </para>
/// </value> /// </value>
/// <exception cref="ArgumentOutOfRangeException"> /// <exception cref="ArgumentOutOfRangeException">
/// The value specified for a set operation isn't 0 or 1. /// The value specified for a set operation is not allowed.
/// </exception> /// </exception>
public int Version { public int Version {
get { get {