[Modify] Edit it

This commit is contained in:
sta 2019-11-13 20:39:20 +09:00
parent 6aa4630594
commit 0be5376ff6

View File

@ -227,10 +227,11 @@ namespace WebSocketSharp.Net
}
/// <summary>
/// Gets or sets the cookies sent with the response.
/// Gets or sets the collection of cookies sent with the response.
/// </summary>
/// <value>
/// A <see cref="CookieCollection"/> that contains the cookies sent with the response.
/// A <see cref="CookieCollection"/> that contains the cookies sent with
/// the response.
/// </value>
public CookieCollection Cookies {
get {