Gets or sets a timeout of the HTTP connection.
Namespace:
Aurigma.ImageUploader
Assembly:
Aurigma.ImageUploader (in Aurigma.ImageUploader.dll)
public int ConnectionTimeout { get; set; }
Type: System..Int32
The HTTP timeout (in milliseconds). If 0
, timeout is infinite (i.e. disabled).
Default value is 0.
When timeout expires, the ActiveX/Java Uploader assumes that the connection has been lost and terminates the upload process.