[Modify] Edit it

master
sta 8 years ago
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…
Cancel
Save