From d05bc7c5d09ab42db0d7d339158a0bc985212134 Mon Sep 17 00:00:00 2001 From: sta Date: Thu, 28 Feb 2019 21:36:22 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Net/Cookie.cs | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/websocket-sharp/Net/Cookie.cs b/websocket-sharp/Net/Cookie.cs index 84708668..941522e8 100644 --- a/websocket-sharp/Net/Cookie.cs +++ b/websocket-sharp/Net/Cookie.cs @@ -622,11 +622,19 @@ namespace WebSocketSharp.Net /// Gets or sets the value of the Version attribute of the cookie. /// /// - /// An that represents the version of the HTTP state management - /// to which the cookie conforms. + /// + /// An that represents the version of HTTP state + /// management that the cookie conforms to. + /// + /// + /// 0 or 1. + /// + /// + /// The default value is 0. + /// /// /// - /// The value specified for a set operation isn't 0 or 1. + /// The value specified for a set operation is not allowed. /// public int Version { get {