Discuss this help topic in SecureBlackbox Forum
...
Declaration
[C#/Java]
bool PassthroughMode;
[VB.NET]
Property PassthroughMode As Boolean
[Pascal]
property PassthroughMode: boolean;
[C++]
virtual bool get_PassthroughMode();
virtual void set_PassthroughMode(bool Value);
[PHP]
bool get_PassthroughMode()
void set_PassthroughMode(bool $Value)
Description
...
Discuss this help topic in SecureBlackbox Forum