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