C-DEngine 5.105

TheRequestData..::..DisableKeepAlive Property

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

Syntax


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