From d1e6737e07e5f4e35512fbd598db0801a67f66a5 Mon Sep 17 00:00:00 2001 From: sta Date: Tue, 30 Apr 2019 17:16:41 +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 a7a97681..76a08690 100644 --- a/websocket-sharp/Net/Cookie.cs +++ b/websocket-sharp/Net/Cookie.cs @@ -231,7 +231,14 @@ namespace WebSocketSharp.Net /// the specified name, value, path, and domain. /// /// - /// 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.