[Modify] Edit it

This commit is contained in:
sta 2019-02-22 21:42:59 +09:00
parent a23d2aae6c
commit 9dbfec2dc8

View File

@ -328,12 +328,17 @@ namespace WebSocketSharp.Net
} }
/// <summary> /// <summary>
/// Gets or sets a value indicating whether the client discards the cookie unconditionally /// Gets or sets a value indicating whether the client discards the cookie
/// when the client terminates. /// unconditionally when the client terminates.
/// </summary> /// </summary>
/// <value> /// <value>
/// <c>true</c> if the client discards the cookie unconditionally when the client terminates; /// <para>
/// otherwise, <c>false</c>. The default value is <c>false</c>. /// <c>true</c> if the client discards the cookie unconditionally
/// when the client terminates; otherwise, <c>false</c>.
/// </para>
/// <para>
/// The default value is <c>false</c>.
/// </para>
/// </value> /// </value>
public bool Discard { public bool Discard {
get { get {