Discuss this help topic in SecureBlackbox Forum

TElSimpleFTPSClient.TotalDataBytesSent

TElSimpleFTPSClient     See also     


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


Specifies total number of bytes sent through data channel.

Declaration

[C#]
    long TotalDataBytesSent;

[VB.NET]
    Property TotalDataBytesSent As Long

[Pascal]
    property TotalDataBytesSent : Int64;

[C++]
    int64_t get_TotalDataBytesSent();

[PHP]
    integer get_TotalDataBytesSent()

[Java]
    long getTotalDataBytesSent();

Description

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

See also:     TotalDataBytesReceived     TotalBytesSent     TotalBytesReceived    

Discuss this help topic in SecureBlackbox Forum