From 0be5376ff6a6e7e7c9dd73f6146b26e3ca4950c2 Mon Sep 17 00:00:00 2001 From: sta Date: Wed, 13 Nov 2019 20:39:20 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Net/HttpListenerResponse.cs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/websocket-sharp/Net/HttpListenerResponse.cs b/websocket-sharp/Net/HttpListenerResponse.cs index ad95c459..03500a7d 100644 --- a/websocket-sharp/Net/HttpListenerResponse.cs +++ b/websocket-sharp/Net/HttpListenerResponse.cs @@ -227,10 +227,11 @@ namespace WebSocketSharp.Net } /// - /// Gets or sets the cookies sent with the response. + /// Gets or sets the collection of cookies sent with the response. /// /// - /// A that contains the cookies sent with the response. + /// A that contains the cookies sent with + /// the response. /// public CookieCollection Cookies { get {