C-DEngine 5.105

TheServiceHostInfo..::..DisableUPnPAutoConnect Property

If set to true, the UPnP discovery system will not automatically connect to other nodes if a compatible node was found.

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

Syntax


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