Discuss this help topic in SecureBlackbox Forum
This topic is under development…
Declaration
[C#/Java]
System.IO.Stream Stream;
[VB.NET]
Property Stream As System.IO.Stream
[Pascal]
property Stream : TStream;
[C++]
TStream* get_Stream();
void set_Stream(TStream &Value);
void set_Stream(TStream *Value);
[PHP]
TStream get_Stream()
void set_Stream(TStream $Value)
Description
…
Discuss this help topic in SecureBlackbox Forum