[Modify] Edit it

This commit is contained in:
sta 2018-04-13 20:02:31 +09:00
parent a7cb530d01
commit 01e48359ba

View File

@ -124,10 +124,16 @@ namespace WebSocketSharp.Net.WebSockets
#region Public Properties #region Public Properties
/// <summary> /// <summary>
/// Gets the HTTP cookies included in the request. /// Gets the HTTP cookies included in the handshake request.
/// </summary> /// </summary>
/// <value> /// <value>
/// A <see cref="WebSocketSharp.Net.CookieCollection"/> that contains the cookies. /// <para>
/// A <see cref="WebSocketSharp.Net.CookieCollection"/> that contains
/// the cookies.
/// </para>
/// <para>
/// An empty collection if not included.
/// </para>
/// </value> /// </value>
public override CookieCollection CookieCollection { public override CookieCollection CookieCollection {
get { get {