set this property to disable fallback to long polling mode. default value is false.

Namespace:  Kaazing.HTML5
Assembly:  Kaazing.Gateway (in Kaazing.Gateway.dll)

Syntax

Visual Basic
Public Property DisableLongPolling As Boolean
	Get
	Set
C#
public bool DisableLongPolling { get; set; }
Visual C++
public:
property bool DisableLongPolling {
	bool get ();
	void set (bool value);
}

See Also