C-DEngine 5.105

TheServiceHostInfo..::..DontFallbackToDevice Property

if true and the internal webserver cannot be created due to a conflict with other installed servers, the node will terminate. if false (Default) the node will disable the internal webserver and just run as a "Device" changing the cdeHostingType to "Device"

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

Syntax


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