Xceed .NET Libraries Documentation
Xceed.Ftp Assembly / Xceed.Ftp Namespace / FileTransferStatusEventArgs Class / BytesPercent Property


In This Topic
    BytesPercent Property
    In This Topic
    Gets the percentage of bytes transferred for the current file.
    Syntax
    'Declaration
     
    Public ReadOnly Property BytesPercent As Short
    'Usage
     
    Dim instance As FileTransferStatusEventArgs
    Dim value As Short
     
    value = instance.BytesPercent
    public short BytesPercent {get;}

    Property Value

    A value representing the percentage of bytes transferred and skipped for the current file. If 100%, the transfer of this file has completed or was skipped. In the latter case, BytesSkipped will be greater than zero.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also