C-DEngine 5.105

TheServiceRouteInfo..::..UsesWS Property

true if the connection is using WebSockets

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

Syntax


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