Include EDNS0 option in request.

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

Syntax

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

Remarks

Default value: true

Primarily used to enable reponse packets larger than 512 bytes over UDP for efficiency.

See Also