Nevron Open Vision Documentation
Nevron.Nov.Networking Namespace / NWebRequestDataProgressEventArgs Class / ProgressLength Property


In This Topic
    ProgressLength Property
    In This Topic
    Gets the currently downloaded or uploaded size (in bytes)
    Syntax
    'Declaration
     
    
    Public ReadOnly Property ProgressLength As System.Long
    'Usage
     
    
    Dim instance As NWebRequestDataProgressEventArgs
    Dim value As System.Long
     
    instance.ProgressLength = value
     
    value = instance.ProgressLength
    public System.long ProgressLength {get;}
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also