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



The total bytes transferred during the upload operation.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property BytesTransferred As Long
Visual Basic (Usage)Copy Code
Dim instance As UploadCompleteEventArgs
Dim value As Long
 
value = instance.BytesTransferred
C# 
public long BytesTransferred {get;}
C++/CLI 
public:
property int64 BytesTransferred {
   int64 get();
}

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

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