SecureBlackbox

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

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


TElSSLServer.TotalBytesReceived

TElSSLServer     See also     


 

Specifies total number of bytes received during the session.

 

Declaration

[C#/Java]
    long TotalBytesReceived;

[VB.NET]
    Property TotalBytesReceived As Long

[Pascal]
    property TotalBytesReceived : Int64;

[C++]
    not implemented;

   

Description

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

   

See also:     TotalBytesSent    

 
Back to top