[Modify] Edit it

This commit is contained in:
sta 2017-09-15 19:06:38 +09:00
parent c816cf191a
commit 5635b713f4

View File

@ -209,11 +209,15 @@ namespace WebSocketSharp.Server
} }
/// <summary> /// <summary>
/// Gets a value indicating whether the manager cleans up the inactive sessions in /// Gets or sets a value indicating whether the inactive sessions in
/// the WebSocket service periodically. /// the WebSocket service are cleaned up periodically.
/// </summary> /// </summary>
/// <remarks>
/// The set operation does nothing if the service has already started or
/// it is shutting down.
/// </remarks>
/// <value> /// <value>
/// <c>true</c> if the manager cleans up the inactive sessions every 60 seconds; /// <c>true</c> if the inactive sessions are cleaned up every 60 seconds;
/// otherwise, <c>false</c>. /// otherwise, <c>false</c>.
/// </value> /// </value>
public bool KeepClean { public bool KeepClean {