Discuss this help topic in SecureBlackbox Forum

TElWebDAVServer.AllowInfinity

TElWebDAVServer     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Specifies whether to allow requests with infinite depth.

Declaration

[C#]
    bool AllowInfinity;

[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