[Modify] Edit it
This commit is contained in:
		| @@ -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 { | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user