C-DEngine 5.105

HttpServer..::..KeepClean Property

Gets or sets a value indicating whether the server cleans up the inactive sessions in the WebSocket services periodically.

Namespace:  WebSocketSharp.Server
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public bool KeepClean { get; set; }
Public Property KeepClean As Boolean
	Get
	Set
public:
property bool^ KeepClean {
	bool^ get ();
	void set (bool^ value);
}

Field Value

true if the server cleans up the inactive sessions every 60 seconds; otherwise, false. The default value is true.