Discuss this help topic in SecureBlackbox Forum
Specifies stream where the data should be output to.
Declaration
[C#]
MemoryStream OutputStream;
[VB.NET]
Property OutputStream As MemoryStream
[Pascal]
property OutputStream : TMemoryStream;
[C++]
TMemoryStream* get_OutputStream();
[PHP]
TMemoryStream get_OutputStream()
[Java]
TElMemoryStream getOutputStream();
Description
Use this property to specify output stream.
Discuss this help topic in SecureBlackbox Forum