From 2a7d9844ea2e7851104fd3782266bc7ebede3292 Mon Sep 17 00:00:00 2001 From: sta Date: Tue, 30 Apr 2019 17:24:08 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Net/Cookie.cs | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/websocket-sharp/Net/Cookie.cs b/websocket-sharp/Net/Cookie.cs index 76a08690..2f996323 100644 --- a/websocket-sharp/Net/Cookie.cs +++ b/websocket-sharp/Net/Cookie.cs @@ -523,10 +523,17 @@ namespace WebSocketSharp.Net } /// - /// Gets or sets the Name of the cookie. + /// Gets or sets the name of the cookie. /// /// - /// A that represents the Name of the cookie. + /// + /// A that represents the name of the cookie. + /// + /// + /// The name must be a token defined in + /// + /// RFC 2616. + /// /// /// /// The value specified for a set operation is .