C-DEngine 5.105

TheServiceHostInfo..::..DISCOMX Property

Sets the UPnP MX record for M-SEARCH broadcasts to a specific value. Should be between 0 and 5. Default is 3

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

Syntax


public int DISCOMX { get; set; }
Public Property DISCOMX As Integer
	Get
	Set
public:
property int^ DISCOMX {
	int^ get ();
	void set (int^ value);
}