From bdded6d3105c8f5764351f93358c29cdc0a27961 Mon Sep 17 00:00:00 2001 From: sta Date: Fri, 15 Feb 2019 21:33:43 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Net/Cookie.cs | 20 +++++++++++++++++--- 1 file changed, 17 insertions(+), 3 deletions(-) diff --git a/websocket-sharp/Net/Cookie.cs b/websocket-sharp/Net/Cookie.cs index 82d39e66..f499628d 100644 --- a/websocket-sharp/Net/Cookie.cs +++ b/websocket-sharp/Net/Cookie.cs @@ -455,11 +455,25 @@ namespace WebSocketSharp.Net /// Gets or sets the value of the Port attribute of the cookie. /// /// - /// A that represents the list of TCP ports to which the cookie applies. + /// + /// A that represents the list of TCP ports + /// that the cookie applies to. + /// + /// + /// The default value is an empty string. + /// /// /// - /// The value specified for a set operation isn't enclosed in double quotes or - /// couldn't be parsed. + /// + /// The value specified for a set operation is not enclosed in + /// double quotes. + /// + /// + /// -or- + /// + /// + /// The value specified for a set operation could not be parsed. + /// /// public string Port { get {