[Modify] Edit it

This commit is contained in:
sta 2021-09-14 19:26:15 +09:00
parent 9587f9d9c5
commit 0e61497a0b

View File

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