Discuss this help topic in SecureBlackbox Forum

TElDNSClient.UseRecursion

TElDNSClient     See also     


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


Specifies if recursive query is desired.

Declaration

[C#]
    bool UseRecursion;

[VB.NET]
    Property UseRecursion As Boolean

[Pascal]
    property UseRecursion : boolean;

[C++]
    bool get_UseRecursion();
    void set_UseRecursion(bool Value);

[PHP]
    bool get_UseRecursion()
    void set_UseRecursion(bool $Value)

[Java]
    boolean getUseRecursion();
    void setUseRecursion(boolean Value);

Description

    This property defines the Recursion Desired (RD) bit in the header of a DNS message. If UseRecursion is True, this bit is set in the messages sent by the client, and name server is directed to pursue the queries recursively. Default value is True.

See also:     UseSecurity    

Discuss this help topic in SecureBlackbox Forum