[Modify] Edit it
This commit is contained in:
parent
36f101567e
commit
30be47d7de
@ -353,11 +353,20 @@ 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 inactive sessions in the WebSocket services periodically.
|
/// the inactive sessions periodically.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
/// <remarks>
|
||||||
|
/// The set operation does nothing if the server has already
|
||||||
|
/// started or it is shutting down.
|
||||||
|
/// </remarks>
|
||||||
/// <value>
|
/// <value>
|
||||||
/// <c>true</c> if the server cleans up the inactive sessions every 60 seconds;
|
/// <para>
|
||||||
/// otherwise, <c>false</c>. The default value is <c>true</c>.
|
/// <c>true</c> if the server cleans up the inactive sessions
|
||||||
|
/// 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