C-DEngine 5.105

WebSocketServiceHost..::..KeepClean Property

Gets or sets a value indicating whether the WebSocket service cleans up the inactive sessions 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 service cleans up the inactive sessions periodically; otherwise, false.