From 64a6cad950514332202f218df38d4ffc5b3a33c5 Mon Sep 17 00:00:00 2001 From: sta Date: Thu, 29 Mar 2018 17:19:27 +0900 Subject: [PATCH] [Modify] Edit it --- .../Net/WebSockets/HttpListenerWebSocketContext.cs | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/websocket-sharp/Net/WebSockets/HttpListenerWebSocketContext.cs b/websocket-sharp/Net/WebSockets/HttpListenerWebSocketContext.cs index f6b5f3a4..6e09360d 100644 --- a/websocket-sharp/Net/WebSockets/HttpListenerWebSocketContext.cs +++ b/websocket-sharp/Net/WebSockets/HttpListenerWebSocketContext.cs @@ -76,10 +76,16 @@ namespace WebSocketSharp.Net.WebSockets #region Public Properties /// - /// Gets the HTTP cookies included in the request. + /// Gets the HTTP cookies included in the handshake request. /// /// - /// A that contains the cookies. + /// + /// A that contains + /// the cookies. + /// + /// + /// An empty collection if not included. + /// /// public override CookieCollection CookieCollection { get {