[Modify] Edit it
This commit is contained in:
parent
d0c065c041
commit
853d78c0cd
@ -172,12 +172,16 @@ namespace WebSocketSharp.Server
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Gets a value indicating whether the inactive sessions in
|
/// Gets or sets a value indicating whether the inactive sessions in
|
||||||
/// the WebSocket services are cleaned up periodically.
|
/// the WebSocket services are cleaned up 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 inactive sessions in the services are
|
/// <c>true</c> if the inactive sessions are cleaned up every 60 seconds;
|
||||||
/// cleaned up every 60 seconds; otherwise, <c>false</c>.
|
/// otherwise, <c>false</c>.
|
||||||
/// </value>
|
/// </value>
|
||||||
public bool KeepClean {
|
public bool KeepClean {
|
||||||
get {
|
get {
|
||||||
|
Loading…
Reference in New Issue
Block a user