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



The current transfer speed of the upload operation.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property CurrentTransferSpeed As Double
Visual Basic (Usage)Copy Code
Dim instance As UploadProgressEventArgs
Dim value As Double
 
value = instance.CurrentTransferSpeed
C# 
public double CurrentTransferSpeed {get;}
C++/CLI 
public:
property double CurrentTransferSpeed {
   double get();
}

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

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