[Modify] Edit it

This commit is contained in:
sta 2017-05-18 14:46:36 +09:00
parent ae9283f7bd
commit 8708f01702

View File

@ -434,12 +434,17 @@ namespace WebSocketSharp.Server
/// the inactive sessions periodically. /// the inactive sessions periodically.
/// </summary> /// </summary>
/// <remarks> /// <remarks>
/// The set operation does nothing if the server has already started or /// The set operation does nothing if the server has already
/// it is shutting down. /// started or it is shutting down.
/// </remarks> /// </remarks>
/// <value> /// <value>
/// <c>true</c> if the server cleans up the inactive sessions every 60 /// <para>
/// seconds; 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 {