ComponentOne AutoComplete for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1Upload Namespace / UploadProgress Class / ReceivedBytes Property

In This Topic
    ReceivedBytes Property
    In This Topic
    Gets the number of bytes received during upload
    Syntax
    'Declaration
     
    Public ReadOnly Property ReceivedBytes As System.Long
    public System.long ReceivedBytes {get;}
    See Also