From 1230d354a01ed3fa702a54d3b00f443c3b47ae24 Mon Sep 17 00:00:00 2001 From: sta Date: Sun, 10 Mar 2019 22:37:57 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Net/Cookie.cs | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/websocket-sharp/Net/Cookie.cs b/websocket-sharp/Net/Cookie.cs index 3f3ba7b9..5890f7fa 100644 --- a/websocket-sharp/Net/Cookie.cs +++ b/websocket-sharp/Net/Cookie.cs @@ -500,9 +500,18 @@ namespace WebSocketSharp.Net /// /// A that represents the Name of the cookie. /// - /// + /// + /// The value specified for a set operation is . + /// + /// /// - /// The value specified for a set operation is or empty. + /// The value specified for a set operation is an empty string. + /// + /// + /// - or - + /// + /// + /// The value specified for a set operation starts with a dollar sign. /// /// /// - or -