Discuss this help topic in SecureBlackbox Forum

TElSimpleFTPSClient.TotalDataBytesReceived

TElSimpleFTPSClient     See also     


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


Specifies total number of bytes received through data channel.

Declaration

[C#]
    long TotalDataBytesReceived;

[VB.NET]
    Property TotalDataBytesReceived As Long

[Pascal]
    property TotalDataBytesReceived : Int64;

[C++]
    int64_t get_TotalDataBytesReceived();

[PHP]
    integer get_TotalDataBytesReceived()

[Java]
    long getTotalDataBytesReceived();

Description

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

See also:     TotalDataBytesSent     TotalBytesSent     TotalBytesReceived    

Discuss this help topic in SecureBlackbox Forum