From 009d6b15196811140d09fb15cb6cee831f4190d9 Mon Sep 17 00:00:00 2001 From: sta Date: Sun, 14 Jan 2018 05:18:57 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Net/HttpListenerRequest.cs | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/websocket-sharp/Net/HttpListenerRequest.cs b/websocket-sharp/Net/HttpListenerRequest.cs index d4eb7625..d99e3f7b 100644 --- a/websocket-sharp/Net/HttpListenerRequest.cs +++ b/websocket-sharp/Net/HttpListenerRequest.cs @@ -183,7 +183,12 @@ namespace WebSocketSharp.Net /// Gets the cookies included in the request. /// /// - /// A that contains the cookies included in the request. + /// + /// A that contains the cookies. + /// + /// + /// An empty if not included. + /// /// public CookieCollection Cookies { get {