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