Discuss this help topic in SecureBlackbox Forum
Specifies whether to allow requests with infinite depth.
Declaration
[C#/Java]
bool AllowInfinity;
[VB.NET]
Property AllowInfinity As Boolean
[Pascal]
property AllowInfinity : boolean = false;
[C++]
bool get_AllowInfinity();
void set_AllowInfinity(bool Value);
[PHP]
bool get_AllowInfinity()
void set_AllowInfinity(bool $Value)
Description
Use this property to specify whether to allow requests with infinite depth.
The default value is
False.
Discuss this help topic in SecureBlackbox Forum