Discuss this help topic in SecureBlackbox Forum
This topic is under development…
Declaration
[C#]
bool FreeInputStream;
[VB.NET]
Property FreeInputStream As Boolean
[Pascal]
property FreeInputStream : boolean;
[C++]
bool get_FreeInputStream();
void set_FreeInputStream(bool Value);
[PHP]
bool get_FreeInputStream()
void set_FreeInputStream(bool $Value)
[Java]
boolean getFreeInputStream();
void setFreeInputStream(boolean Value);
Description
…
Discuss this help topic in SecureBlackbox Forum