Discuss this help topic in SecureBlackbox Forum

TElHTTPMultipartPart.Stream

TElHTTPMultipartPart     See also     


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


Declaration

[C#]
    System.IO.Stream Stream;

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

[Pascal]
    under development

[C++]
    TStream* get_Stream();
    void set_Stream(TStream &Value);
    void set_Stream(TStream *Value);

[PHP]
    TStream get_Stream()
    void set_Stream(TStream $Value)

[Java]
    TElStream getStream();
    void setStream(TElStream Value);

Description

    This topic is under development.

See also:     ...    

Discuss this help topic in SecureBlackbox Forum