From 5f00e58116a4ce0cb0e87e65aae3ef6453d0b900 Mon Sep 17 00:00:00 2001 From: sta Date: Sun, 17 Mar 2019 22:32:44 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Net/Cookie.cs | 26 ++++++++++++++++++++------ 1 file changed, 20 insertions(+), 6 deletions(-) diff --git a/websocket-sharp/Net/Cookie.cs b/websocket-sharp/Net/Cookie.cs index bc52832e..507c1c40 100644 --- a/websocket-sharp/Net/Cookie.cs +++ b/websocket-sharp/Net/Cookie.cs @@ -47,17 +47,31 @@ using System.Text; namespace WebSocketSharp.Net { /// - /// Provides a set of methods and properties used to manage an HTTP Cookie. + /// Provides a set of methods and properties used to manage an HTTP cookie. /// /// /// - /// The Cookie class supports the following cookie formats: - /// Netscape specification, - /// RFC 2109, and - /// RFC 2965 + /// This class supports the following cookie formats: /// + /// + /// + /// + /// Netscape specification + /// + /// + /// + /// + /// RFC 2109 + /// + /// + /// + /// + /// RFC 2965 + /// + /// + /// /// - /// The Cookie class cannot be inherited. + /// This class cannot be inherited. /// /// [Serializable]