VintaSoft Twain .NET SDK 15.3: Руководство для .NET разработчика
Vintasoft.Twain.ImageUploading.Ftp Namespace / FtpUpload Class / BytesUploaded Property
Синтаксис Ремарки Example Требования Смотрите также
В этом разделе
    BytesUploaded Свойство (FtpUpload)
    В этом разделе
    Determines how many bytes are uploaded onto FTP server.
    Синтаксис
    'Declaration
    
    Public ReadOnly Property BytesUploaded As Integer
    
    
    public int BytesUploaded { get; }
    
    
    public: __property int get_BytesUploaded();
    
    
    
    public:
    property int BytesUploaded { int get(); }
    Ремарки

    Value of this property will be correct after execution of the PostData method.

    Value of this property will be changed only when the uploading process will be in state StatusCode.SendingData.

    Пример

    Please see example here: PostData.

    Требования

    Целевые платформы: .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    Смотрите также