From d3ac13b8e75c505fbed248addbfae14ea9a2762d Mon Sep 17 00:00:00 2001 From: sta Date: Fri, 22 Feb 2019 22:19:06 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Net/Cookie.cs | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/websocket-sharp/Net/Cookie.cs b/websocket-sharp/Net/Cookie.cs index c48bc949..05d6d4c9 100644 --- a/websocket-sharp/Net/Cookie.cs +++ b/websocket-sharp/Net/Cookie.cs @@ -394,8 +394,16 @@ namespace WebSocketSharp.Net /// Gets or sets the value of the Expires attribute of the cookie. /// /// - /// A that represents the date and time at which the cookie expires. - /// The default value is . + /// + /// A that represents the date and time that + /// the cookie expires on. + /// + /// + /// if this attribute is not needed. + /// + /// + /// The default value is . + /// /// public DateTime Expires { get {