From 33bb147d307b108de8e41d72a0e7a2f74a6b2eb6 Mon Sep 17 00:00:00 2001 From: sta Date: Thu, 2 May 2019 14:20:14 +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 42fc3349..1aeb302f 100644 --- a/websocket-sharp/Net/Cookie.cs +++ b/websocket-sharp/Net/Cookie.cs @@ -184,7 +184,14 @@ namespace WebSocketSharp.Net /// the specified name, value, and path. /// /// - /// 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.