Discuss this help topic in SecureBlackbox Forum
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)
Parameters
Description
Specifies the stream used to collect the received data.
Discuss this help topic in SecureBlackbox Forum