[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>
/// Gets the HTTP cookies included in the WebSocket handshake request and response.
/// Gets the HTTP cookies included in the handshake request/response.
/// </summary>
/// <value>
/// An <see cref="T:System.Collections.Generic.IEnumerable{WebSocketSharp.Net.Cookie}"/>
/// instance that provides an enumerator which supports the iteration over the collection of
/// the cookies.
/// <para>
/// An <see cref="T:System.Collections.Generic.IEnumerable{WebSocketSharp.Net.Cookie}"/>
/// instance.
/// </para>
/// <para>
/// It provides an enumerator which supports the iteration over
/// the collection of the cookies.
/// </para>
/// </value>
public IEnumerable<Cookie> Cookies {
get {