[Modify] Edit it
This commit is contained in:
parent
7bfe82aa2e
commit
4de269b522
@ -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>
|
||||||
/// An <see cref="T:System.Collections.Generic.IEnumerable{WebSocketSharp.Net.Cookie}"/>
|
/// <para>
|
||||||
/// instance that provides an enumerator which supports the iteration over the collection of
|
/// An <see cref="T:System.Collections.Generic.IEnumerable{WebSocketSharp.Net.Cookie}"/>
|
||||||
/// the cookies.
|
/// instance.
|
||||||
|
/// </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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user