[Modify] Edit it
This commit is contained in:
parent
7bfe82aa2e
commit
4de269b522
@ -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>
|
||||
/// <para>
|
||||
/// 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.
|
||||
/// instance.
|
||||
/// </para>
|
||||
/// <para>
|
||||
/// It provides an enumerator which supports the iteration over
|
||||
/// the collection of the cookies.
|
||||
/// </para>
|
||||
/// </value>
|
||||
public IEnumerable<Cookie> Cookies {
|
||||
get {
|
||||
|
Loading…
Reference in New Issue
Block a user