From a22842c735ba6e840331d0caffdfb8a3809d1fa9 Mon Sep 17 00:00:00 2001 From: sta Date: Wed, 1 May 2019 15:30:08 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Net/Cookie.cs | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/websocket-sharp/Net/Cookie.cs b/websocket-sharp/Net/Cookie.cs index 2f996323..42fc3349 100644 --- a/websocket-sharp/Net/Cookie.cs +++ b/websocket-sharp/Net/Cookie.cs @@ -127,7 +127,14 @@ namespace WebSocketSharp.Net /// the specified name and value. /// /// - /// A that specifies the Name of the cookie. + /// + /// A that specifies the name of the cookie. + /// + /// + /// The name must be a token defined in + /// + /// RFC 2616. + /// /// /// /// A that specifies the Value of the cookie.