[Modify] Edit it
This commit is contained in:
parent
9587f9d9c5
commit
0e61497a0b
@ -480,17 +480,17 @@ namespace WebSocketSharp.Server
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Gets or sets a value indicating whether the server cleans up
|
/// Gets or sets a value indicating whether the server cleans up the
|
||||||
/// the inactive sessions periodically.
|
/// inactive sessions periodically.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <remarks>
|
/// <remarks>
|
||||||
/// The set operation does nothing if the server has already
|
/// The set operation does nothing if the server has already started or
|
||||||
/// started or it is shutting down.
|
/// it is shutting down.
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
/// <value>
|
/// <value>
|
||||||
/// <para>
|
/// <para>
|
||||||
/// <c>true</c> if the server cleans up the inactive sessions
|
/// <c>true</c> if the server cleans up the inactive sessions every
|
||||||
/// every 60 seconds; otherwise, <c>false</c>.
|
/// 60 seconds; otherwise, <c>false</c>.
|
||||||
/// </para>
|
/// </para>
|
||||||
/// <para>
|
/// <para>
|
||||||
/// The default value is <c>true</c>.
|
/// The default value is <c>true</c>.
|
||||||
|
Loading…
Reference in New Issue
Block a user