PowerWEB File Upload for ASP.NET
Timeout Property
See Also  Send comments on this topic.
Dart.FileUpload Namespace > UploadManager Class : Timeout Property



Gets or sets the number of seconds to wait when no posted data is received before considering upload a failure.

Syntax

Visual Basic (Declaration) 
<DefaultValueAttribute()>
<DartDescriptionAttribute("Number of seconds to wait when no posted data is received before considering upload a failure")>
Public Property Timeout As Long
Visual Basic (Usage)Copy Code
Dim instance As UploadManager
Dim value As Long
 
instance.Timeout = value
 
value = instance.Timeout
C# 
[DefaultValueAttribute()]
[DartDescriptionAttribute("Number of seconds to wait when no posted data is received before considering upload a failure")]
public long Timeout {get; set;}
C++/CLI 
[DefaultValueAttribute()]
[DartDescriptionAttribute("Number of seconds to wait when no posted data is received before considering upload a failure")]
public:
property int64 Timeout {
   int64 get();
   void set (    int64 value);
}

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

Documentation Version 4.0.3
© 2012 Dart Communications. All Rights Reserved.