Discuss this help topic in SecureBlackbox Forum
Specifies the length of the body of HTTP response.
Declaration
[C#/Java]
long ContentLength;
[VB.NET]
Property ContentLength As Long
[Pascal]
property ContentLength: Int64;
[C++]
int64_t get_ContentLength();
[PHP]
integer get_ContentLength()
Description
This read-only property returns the length of received data.
Discuss this help topic in SecureBlackbox Forum