[Modify] Edit it
This commit is contained in:
parent
7d31b8d3a1
commit
0ba956127f
@ -94,9 +94,13 @@ namespace WebSocketSharp.Server
|
|||||||
/// Gets or sets a value indicating whether the service cleans up
|
/// Gets or sets a value indicating whether the service cleans up
|
||||||
/// the inactive sessions periodically.
|
/// the inactive sessions 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 service cleans up the inactive sessions periodically;
|
/// <c>true</c> if the service cleans up the inactive sessions every 60
|
||||||
/// otherwise, <c>false</c>.
|
/// seconds; otherwise, <c>false</c>.
|
||||||
/// </value>
|
/// </value>
|
||||||
public bool KeepClean {
|
public bool KeepClean {
|
||||||
get {
|
get {
|
||||||
|
Loading…
Reference in New Issue
Block a user