[Modify] Edit it

This commit is contained in:
sta 2018-01-14 05:18:57 +09:00
parent f89b2cd976
commit 009d6b1519

View File

@ -183,7 +183,12 @@ namespace WebSocketSharp.Net
/// Gets the cookies included in the request.
/// </summary>
/// <value>
/// A <see cref="CookieCollection"/> that contains the cookies included in the request.
/// <para>
/// A <see cref="CookieCollection"/> that contains the cookies.
/// </para>
/// <para>
/// An empty <see cref="CookieCollection"/> if not included.
/// </para>
/// </value>
public CookieCollection Cookies {
get {