Timeout of the HTTP connection.
Namespace:
Aurigma.ImageUploader
Assembly:
Aurigma.ImageUploader (in Aurigma.ImageUploader.dll)
Public Property TimeOut As Integer
public int TimeOut { get; set; }
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).