Discuss this help topic in SecureBlackbox Forum

TElMessageHeader.StreamPosBegin

TElMessageHeader     See also     


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


Contains start position of the header in the parsed stream.

Declaration

[C#]
    int StreamPosBegin;

[VB.NET]
    Property StreamPosBegin As Integer

[Pascal]
    property StreamPosBegin : LongInt;

[C++]
    int32_t get_StreamPosBegin();
    void set_StreamPosBegin(int32_t Value);

[PHP]
    integer get_StreamPosBegin()
    void set_StreamPosBegin(integer $Value)

[Java]
    int getStreamPosBegin();
    void setStreamPosBegin(int Value);

Description

    Use this property to set position in the stream from which header begins.

See also:     BodyLen    

Discuss this help topic in SecureBlackbox Forum