Discuss this help topic in SecureBlackbox Forum
Specifies the length of the HTTPS message.
Declaration
[VB.NET]
Property ContentLength As Long
[Pascal]
property ContentLength : Int64;
[C++]
int64_t get_ContentLength();
void set_ContentLength(int64_t Value);
[PHP]
integer get_ContentLength()
void set_ContentLength(integer $Value)
[Java]
long getContentLength();
void setContentLength(long Value);
Description
Use this property to specify the length of the message content.
Discuss this help topic in SecureBlackbox Forum