Discuss this help topic in SecureBlackbox Forum

TElHTTPSClient.OutputStream

TElHTTPSClient     See also     


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


Specifies the stream to write the incoming data to.

Declaration

[C#]
    System.IO.Stream OutputStream;

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

[Pascal]
    property OutputStream : TElStream;

[C++]
    TStream* get_OutputStream();
    void set_OutputStream(TStream &Value);
    void set_OutputStream(TStream *Value);

[PHP]
    TStream get_OutputStream()
    void set_OutputStream(TStream $Value)

[Java]
    TElStream getOutputStream();
    void setOutputStream(TElStream Stream);

Parameters

  • Stream -

Description

    Specifies the stream used to collect the received data.

See also:     ContentLength     Date     MaxRedirections     KeepAlivePolicy     RequestParameters     ServerStatusCode     ServerReasonPhrase     SSLEnabled    

Discuss this help topic in SecureBlackbox Forum