[Modify] Edit it

This commit is contained in:
sta 2018-04-01 17:09:47 +09:00
parent 03db354570
commit 071679fd5a

View File

@ -55,10 +55,11 @@ namespace WebSocketSharp.Net.WebSockets
#region Public Properties
/// <summary>
/// Gets the HTTP cookies included in the request.
/// Gets the HTTP cookies included in the handshake request.
/// </summary>
/// <value>
/// A <see cref="WebSocketSharp.Net.CookieCollection"/> that contains the cookies.
/// A <see cref="WebSocketSharp.Net.CookieCollection"/> that contains
/// the cookies.
/// </value>
public abstract CookieCollection CookieCollection { get; }