C-DEngine 5.105

TheUPnPDeviceInfo..::..CDEConnectWsUrl Property

The C-DEngine stores the WebSockets 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 CDEConnectWsUrl { get; set; }
Public Property CDEConnectWsUrl As String
	Get
	Set
public:
property String^ CDEConnectWsUrl {
	String^ get ();
	void set (String^ value);
}