Discuss this help topic in SecureBlackbox Forum
Specifies total number of bytes sent during the session.
Declaration
[C#]
long TotalBytesSent;
[VB.NET]
Property TotalBytesSent As Long
[Pascal]
property TotalBytesSent : Int64;
[C++]
int64_t get_TotalBytesSent();
[PHP]
integer get_TotalBytesSent()
[Java]
long getTotalBytesSent();
Description
Use this read-only property to get the total
number of bytes sent during the session.
Discuss this help topic in SecureBlackbox Forum