[Modify] Edit it
This commit is contained in:
parent
d541737c2e
commit
b9fe231a93
@ -180,8 +180,13 @@ namespace WebSocketSharp.Server
|
|||||||
/// it is shutting down.
|
/// it is shutting down.
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
/// <value>
|
/// <value>
|
||||||
/// <c>true</c> if the inactive sessions are cleaned up every 60 seconds;
|
/// <para>
|
||||||
/// otherwise, <c>false</c>.
|
/// <c>true</c> if the inactive sessions are cleaned up every 60
|
||||||
|
/// seconds; otherwise, <c>false</c>.
|
||||||
|
/// </para>
|
||||||
|
/// <para>
|
||||||
|
/// The default value is <c>true</c>.
|
||||||
|
/// </para>
|
||||||
/// </value>
|
/// </value>
|
||||||
public bool KeepClean {
|
public bool KeepClean {
|
||||||
get {
|
get {
|
||||||
|
Loading…
Reference in New Issue
Block a user