Discuss this help topic in SecureBlackbox Forum
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.
Discuss this help topic in SecureBlackbox Forum