From 071679fd5a78217f2bd20c2e2aba37c6352f8526 Mon Sep 17 00:00:00 2001 From: sta Date: Sun, 1 Apr 2018 17:09:47 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Net/WebSockets/WebSocketContext.cs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/websocket-sharp/Net/WebSockets/WebSocketContext.cs b/websocket-sharp/Net/WebSockets/WebSocketContext.cs index 465d7680..930a7af7 100644 --- a/websocket-sharp/Net/WebSockets/WebSocketContext.cs +++ b/websocket-sharp/Net/WebSockets/WebSocketContext.cs @@ -55,10 +55,11 @@ 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. /// public abstract CookieCollection CookieCollection { get; }