Discuss this help topic in SecureBlackbox Forum
Header length in the parsed stream in bytes.
Declaration
[VB.NET]
Property BodyLen As Integer
[Pascal]
property BodyLen : LongInt;
[C++]
int32_t get_BodyLen();
void set_BodyLen(int32_t Value);
[PHP]
integer get_BodyLen()
void set_BodyLen(integer $Value)
[Java]
int getBodyLen();
void setBodyLen(int Value);
Description
Use this property to find out the length of the header in the stream.
Discuss this help topic in SecureBlackbox Forum