C-DEngine 5.105

TheUPnPDeviceInfo..::..CDEConnectUrl Property

The C-DEngine stores the http connection URL in this property. This property is not part of the UPnP standard.

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

Syntax


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