C-DEngine 5.105

TheServiceHostInfo..::..IsWebSocket8Active Property

Set to true if the C-DEngine is using Windows8/Server 2012 WebSockets (http.sys)

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

Syntax


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