Discuss this help topic in SecureBlackbox Forum
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++]
int64_t get_TotalBytesReceived();
[PHP]
integer get_TotalBytesReceived()
Description
Use this read-only property to get the total number of bytes received during the session.
Discuss this help topic in SecureBlackbox Forum