SecureBlackbox

200+ components and classes for all aspects of digital security of your data

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


TElSSLClient.TotalBytesSent

TElSSLClient     See also     


 

Specifies total number of bytes sent during the session.

 

Declaration

[C#/Java]
    long TotalBytesSent;

[VB.NET]
    Property TotalBytesSent As Long

[Pascal]
    property TotalBytesSent : Int64;

[C++]
    not implemented;

   

Description

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

   

See also:     TotalBytesReceived    

 
Back to top