Click or drag to resize
ApocDriverTimeout Property
Gets or sets the time in milliseconds until an HTTP image request times out.

Namespace: Kettic.AspNet.Controls.Toolkit.Apoc
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public int Timeout { get; set; }

Property Value

Type: Int32
The timeout value in milliseconds

Implements

IDriverTimeout
Remarks
The default value is 100000 milliseconds.
See Also