Request that the DNS server performs recursion.

Namespace:  JHSoftware
Assembly:  JHSoftware.DnsClient (in JHSoftware.DnsClient.dll) Version: 1.0.1.0 (1.0.1.0)

Syntax

C#
public bool RequestRecursion { get; set; }
Visual Basic (Declaration)
Public Property RequestRecursion As Boolean

Remarks

Default value: true

Sets (true) or clears (false) the "RD" (Recursion Desired) flag in the request sent to DNS servers.

See Also