Click or drag to resize

WebSocketServiceHostKeepClean Property

Gets or sets a value indicating whether the service cleans up the inactive sessions periodically.

Namespace:  Sfs2X.WebSocketSharp.Server
Assembly:  SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax
C#
public bool KeepClean { get; set; }

Property Value

Type: Boolean
true if the service cleans up the inactive sessions every 60 seconds; otherwise, false.
Remarks
The set operation does nothing if the service has already started or it is shutting down.
See Also