Discuss this help topic in SecureBlackbox Forum

TElHTTPMultipartPart.CloseStream

TElHTTPMultipartPart     See also     


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


Declaration

[C#]
    bool CloseStream;

[VB.NET]
    Property CloseStream As Boolean

[Pascal]
    under development

[C++]
    bool get_CloseStream();
    void set_CloseStream(bool Value);

[PHP]
    bool get_CloseStream()
    void set_CloseStream(bool $Value)

[Java]
    boolean getCloseStream();
    void setCloseStream(boolean Value);

Description

    This topic is under development.

See also:     ...    

Discuss this help topic in SecureBlackbox Forum