C-DEngine 5.105

TheServiceHostInfo..::..DISCOSubnet Property

Limits the SSDP/UPnP M-SEARCH scans to the defined subnet. can be up to three of the 4 IP segments. i.e.: 10 or 10.1 or 192.168.1

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

Syntax


public string DISCOSubnet { get; set; }
Public Property DISCOSubnet As String
	Get
	Set
public:
property String^ DISCOSubnet {
	String^ get ();
	void set (String^ value);
}