C-DEngine 5.105

TheChannelInfo..::..IsWebSocket Property

True if this channels points at a WebSocket Node

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

Syntax


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