|
|
|
@ -399,7 +399,7 @@ namespace WebSocketSharp.Net
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// <summary>
|
|
|
|
/// Gets or sets a value indicating whether the client discards the cookie
|
|
|
|
/// Gets a value indicating whether the client discards the cookie
|
|
|
|
/// unconditionally when the client terminates.
|
|
|
|
/// unconditionally when the client terminates.
|
|
|
|
/// </summary>
|
|
|
|
/// </summary>
|
|
|
|
/// <value>
|
|
|
|
/// <value>
|
|
|
|
@ -416,7 +416,7 @@ namespace WebSocketSharp.Net
|
|
|
|
return _discard;
|
|
|
|
return _discard;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
set {
|
|
|
|
internal set {
|
|
|
|
_discard = value;
|
|
|
|
_discard = value;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|