[Modify] Edit it

This commit is contained in:
sta 2017-02-16 16:06:57 +09:00
parent a6374836e0
commit 412fe63776

View File

@ -421,6 +421,10 @@ namespace WebSocketSharp.Server
/// 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 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 /// <c>true</c> if the server cleans up the inactive sessions every 60
/// seconds; otherwise, <c>false</c>. The default value is <c>true</c>. /// seconds; otherwise, <c>false</c>. The default value is <c>true</c>.