Indicates if an EDNS0 option is included in the response.

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

Syntax

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

Remarks

This is primarily used to indicate that the server accepts request packets larger than 512 bytes over UDP for efficiency.

See Also