[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.
/// </summary>
/// <value>
/// An <see cref="int"/> that represents the version of the HTTP state management
/// to which the cookie conforms.
/// <para>
/// 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>
/// <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>
public int Version {
get {