From 3cc6d8b419f298d068c4d45108a1f6561c58b851 Mon Sep 17 00:00:00 2001 From: sta Date: Sat, 2 Mar 2019 21:49:57 +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 7f339bb4..253b40d4 100644 --- a/websocket-sharp/Net/Cookie.cs +++ b/websocket-sharp/Net/Cookie.cs @@ -355,7 +355,13 @@ namespace WebSocketSharp.Net /// Gets or sets the value of the Domain attribute of the cookie. /// /// - /// A that represents the URI for which the cookie is valid. + /// + /// A that represents the domain name that + /// the cookie is valid for. + /// + /// + /// An empty string if this attribute is not needed. + /// /// public string Domain { get {