From 9c9e2f5614a852b4d8f8f96fd658ac8625b3c483 Mon Sep 17 00:00:00 2001 From: sta Date: Wed, 20 Feb 2019 21:19:00 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Net/Cookie.cs | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/websocket-sharp/Net/Cookie.cs b/websocket-sharp/Net/Cookie.cs index 579235ab..26ade645 100644 --- a/websocket-sharp/Net/Cookie.cs +++ b/websocket-sharp/Net/Cookie.cs @@ -281,7 +281,13 @@ namespace WebSocketSharp.Net /// Gets or sets the value of the Comment attribute of the cookie. /// /// - /// A that represents the comment to document intended use of the cookie. + /// + /// A that represents the comment to document + /// intended use of the cookie. + /// + /// + /// The default value is an empty string. + /// /// public string Comment { get {