Discuss this help topic in SecureBlackbox Forum

TElSimpleSFTPClient.TotalBytesSent

TElSimpleSFTPClient     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Specifies total number of bytes sent during the session.

Declaration

[C#]
    long TotalBytesSent;

[VB.NET]
    Property TotalBytesSent As Long

[Pascal]
    property TotalBytesSent : Int64;

[C++]
    int64_t get_TotalBytesSent();

[PHP]
    integer get_TotalBytesSent()

[Java]
    long getTotalBytesSent();

Description

    Use this read-only property to get the total number of bytes sent during the session.

See also:     TotalBytesReceived    

Discuss this help topic in SecureBlackbox Forum