[Modify] Edit it

This commit is contained in:
sta 2017-11-04 17:02:07 +09:00
parent 7bfe82aa2e
commit 4de269b522

View File

@ -381,12 +381,17 @@ namespace WebSocketSharp
} }
/// <summary> /// <summary>
/// Gets the HTTP cookies included in the WebSocket handshake request and response. /// Gets the HTTP cookies included in the handshake request/response.
/// </summary> /// </summary>
/// <value> /// <value>
/// <para>
/// An <see cref="T:System.Collections.Generic.IEnumerable{WebSocketSharp.Net.Cookie}"/> /// An <see cref="T:System.Collections.Generic.IEnumerable{WebSocketSharp.Net.Cookie}"/>
/// instance that provides an enumerator which supports the iteration over the collection of /// instance.
/// the cookies. /// </para>
/// <para>
/// It provides an enumerator which supports the iteration over
/// the collection of the cookies.
/// </para>
/// </value> /// </value>
public IEnumerable<Cookie> Cookies { public IEnumerable<Cookie> Cookies {
get { get {