Discuss this help topic in SecureBlackbox Forum

TElSimpleSFTPClient.TotalBytesReceived

TElSimpleSFTPClient     See also     


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


Specifies total number of bytes received during the session.

Declaration

[C#]
    long TotalBytesReceived;

[VB.NET]
    Property TotalBytesReceived As Long

[Pascal]
    property TotalBytesReceived : Int64;

[C++]
    int64_t get_TotalBytesReceived();

[PHP]
    integer get_TotalBytesReceived()

[Java]
    long getTotalBytesReceived();

Description

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

See also:     TotalBytesSent    

Discuss this help topic in SecureBlackbox Forum