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

ImageUploader.TimeOut Property

Timeout of the HTTP connection.

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

Syntax

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

Property Value

A non-negative integer value that specifies HTTP timeout (in milliseconds). If 0, timeout is infinite (i.e. disabled).

Default value is 0 (timeout is infinite).

Remarks

This property corresponds to TimeOut client-side property.

See Also

Reference