API Reference
Class
EdnsSupportInfo
Determines whether name servers respond to EDNS queries.
Inheritance
- Object
- EdnsSupportInfo
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property EdnsSupportAnalysis.QueryServerOverride
- Property EdnsSupportAnalysis.ServerSupport
- Method EdnsSupportInfo.<Clone>$
Constructors
public EdnsSupportInfo() #Methods
Inherited Methods
Properties
public Boolean Supported { get; set; } #Whether EDNS is supported.
public Int32 UdpPayloadSize { get; set; } #The UDP payload size advertised by the server.
public Boolean DoBit { get; set; } #Indicates if the DO bit was set in the response.
public Boolean TruncatedUdp { get; set; } #Indicates the UDP response was truncated and TCP fallback was necessary.
public Int32 Version { get; set; } #EDNS version reported by the server.
public Boolean CookieSupported { get; set; } #True when the server returned a DNS COOKIE option (RFC 7873).
public Int32 CookieLength { get; set; } #Length (bytes) of the COOKIE option data when present.