|
|
|
@ -377,8 +377,12 @@ namespace WebSocketSharp.Net
|
|
|
|
/// Gets or sets a value indicating whether the cookie has expired.
|
|
|
|
/// Gets or sets a value indicating whether the cookie has expired.
|
|
|
|
/// </summary>
|
|
|
|
/// </summary>
|
|
|
|
/// <value>
|
|
|
|
/// <value>
|
|
|
|
/// <c>true</c> if the cookie has expired; otherwise, <c>false</c>.
|
|
|
|
/// <para>
|
|
|
|
/// The default value is <c>false</c>.
|
|
|
|
/// <c>true</c> if the cookie has expired; otherwise, <c>false</c>.
|
|
|
|
|
|
|
|
/// </para>
|
|
|
|
|
|
|
|
/// <para>
|
|
|
|
|
|
|
|
/// The default value is <c>false</c>.
|
|
|
|
|
|
|
|
/// </para>
|
|
|
|
/// </value>
|
|
|
|
/// </value>
|
|
|
|
public bool Expired {
|
|
|
|
public bool Expired {
|
|
|
|
get {
|
|
|
|
get {
|
|
|
|
|