C-DEngine 5.105

TheServiceHostInfo..::..IsWSHBDisabled Property

Enabled this to disable the WebSocket Heartbeat. If the Hearbeat is off and no traffic is flowing between a browser and the first-node, the browser will time out when the session expires

Namespace:  nsCDEngine.ViewModels
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


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