From 73c3c738b3d43b848667c8e09379a09f7cfcaae4 Mon Sep 17 00:00:00 2001 From: sta Date: Fri, 8 Mar 2019 21:56:55 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Net/Cookie.cs | 40 +++++++++++++++++++++++------------ 1 file changed, 26 insertions(+), 14 deletions(-) diff --git a/websocket-sharp/Net/Cookie.cs b/websocket-sharp/Net/Cookie.cs index c8bc2eee..bac31742 100644 --- a/websocket-sharp/Net/Cookie.cs +++ b/websocket-sharp/Net/Cookie.cs @@ -157,21 +157,39 @@ 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, value, and path. /// /// - /// 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. /// /// - /// A that represents the value of the Path attribute of the cookie. + /// A that specifies the value of the Path + /// attribute of the cookie. /// - /// + /// /// - /// is or empty. + /// is . + /// + /// + /// - or - + /// + /// + /// is . + /// + /// + /// + /// + /// is an empty string. + /// + /// + /// - or - + /// + /// + /// starts with a dollar sign. /// /// /// - or - @@ -183,13 +201,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. /// ///