Discuss this help topic in SecureBlackbox Forum

TElMessagePart.Stream

TElMessagePart     See also     


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


This read-only property contains parsing stream.

Declaration

[C#]
    System.IO.Stream Stream;

[VB.NET]
    Property Stream As System.IO.Stream

[Pascal]
    property Stream : TElNativeStream;

[C++]
    TStream* get_Stream();

[PHP]
    TStream get_Stream()

[Java]
    TElStream getStream();

Description

    Use this property when you want to get parsing stream from which the part is loaded.

See also:     BodyLen     StreamPosBegin    

Discuss this help topic in SecureBlackbox Forum