[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>
/// Gets or sets a value indicating whether the client discards the cookie unconditionally
/// when the client terminates.
/// Gets or sets a value indicating whether the client discards the cookie
/// unconditionally when the client terminates.
/// </summary>
/// <value>
/// <c>true</c> if the client discards the cookie unconditionally when the client terminates;
/// otherwise, <c>false</c>. The default value is <c>false</c>.
/// <para>
/// <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>
public bool Discard {
get {