Discuss this help topic in SecureBlackbox Forum

TElMessageHeader.BodyLen

TElMessageHeader     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Header length in the parsed stream in bytes.

Declaration

[C#]
    int BodyLen;

[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.

See also:     StreamPosBegin    

Discuss this help topic in SecureBlackbox Forum