This documentation is for the old version. Go to the latest Upload Suite docs

UploadSettings.ConnectionTimeout Property

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

Gets or sets a timeout of the HTTP connection.

Namespace: Aurigma.ImageUploader
Assembly: Aurigma.ImageUploader (in Aurigma.ImageUploader.dll)

Syntax

Visual Basic
Public Property ConnectionTimeout As Integer
C#
public int ConnectionTimeout { get; set; }

Property Value

Type: System.Int32

The HTTP timeout (in milliseconds). If 0, timeout is infinite (i.e. disabled).

Default value is 0.

Remarks

When timeout expires, the Image Uploader assumes that the connection has been lost and terminates the upload process.

See Also

Reference