[Modify] Edit it
This commit is contained in:
parent
f89b2cd976
commit
009d6b1519
@ -183,7 +183,12 @@ namespace WebSocketSharp.Net
|
|||||||
/// Gets the cookies included in the request.
|
/// Gets the cookies included in the request.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <value>
|
/// <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>
|
/// </value>
|
||||||
public CookieCollection Cookies {
|
public CookieCollection Cookies {
|
||||||
get {
|
get {
|
||||||
|
Loading…
Reference in New Issue
Block a user