[Modify] Edit it

This commit is contained in:
sta 2017-07-17 16:18:41 +09:00
parent e603aee813
commit ea8b8f9efa

View File

@ -440,13 +440,13 @@ 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 /// 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>.