From 3f229f25a4174b058146fd22c77b42915fd7c26c Mon Sep 17 00:00:00 2001 From: sta Date: Thu, 7 Mar 2019 21:27:43 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Net/Cookie.cs | 37 +++++++++++++++++++++++------------ 1 file changed, 24 insertions(+), 13 deletions(-) diff --git a/websocket-sharp/Net/Cookie.cs b/websocket-sharp/Net/Cookie.cs index c5060a07..5f22aadf 100644 --- a/websocket-sharp/Net/Cookie.cs +++ b/websocket-sharp/Net/Cookie.cs @@ -107,18 +107,35 @@ namespace WebSocketSharp.Net } /// - /// Initializes a new instance of the class with the specified - /// and . + /// Initializes a new instance of the class with + /// the specified name and value. /// /// - /// A that represents the Name of the cookie. + /// A that specifies the Name of the cookie. /// /// - /// A that represents the Value of the cookie. + /// A that specifies the Value of the cookie. /// - /// + /// /// - /// is or empty. + /// is . + /// + /// + /// - or - + /// + /// + /// is . + /// + /// + /// + /// + /// is an empty string. + /// + /// + /// - or - + /// + /// + /// starts with a dollar sign. /// /// /// - or - @@ -130,13 +147,7 @@ namespace WebSocketSharp.Net /// - or - /// /// - /// is . - /// - /// - /// - or - - /// - /// - /// contains a string not enclosed in double quotes + /// is a string not enclosed in double quotes /// that contains an invalid character. /// ///