From 4de269b5224b4bcc6be30e902175df3f3cb9324b Mon Sep 17 00:00:00 2001 From: sta Date: Sat, 4 Nov 2017 17:02:07 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/WebSocket.cs | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/websocket-sharp/WebSocket.cs b/websocket-sharp/WebSocket.cs index 9e4ca282..5bc60a7b 100644 --- a/websocket-sharp/WebSocket.cs +++ b/websocket-sharp/WebSocket.cs @@ -381,12 +381,17 @@ namespace WebSocketSharp } /// - /// Gets the HTTP cookies included in the WebSocket handshake request and response. + /// Gets the HTTP cookies included in the handshake request/response. /// /// - /// An - /// instance that provides an enumerator which supports the iteration over the collection of - /// the cookies. + /// + /// An + /// instance. + /// + /// + /// It provides an enumerator which supports the iteration over + /// the collection of the cookies. + /// /// public IEnumerable Cookies { get {