Connect timeout in milliseconds. The timeout will expire if there is no exchange of packets(for example, 100% packet loss) while establishing the connection. A timeout value of zero indicates no timeout.

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

Syntax

Visual Basic
Public Property ConnectTimeout As Integer
	Get
	Set
C#
public int ConnectTimeout { get; set; }
Visual C++
public:
property int ConnectTimeout {
	int get ();
	void set (int value);
}

See Also