Domain Detective

API Reference

Class

EdnsSupportInfo

Namespace DomainDetective
Assembly DomainDetective
Implements
IEquatable<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.

Constructors

public EdnsSupportInfo() #

Methods

public virtual EdnsSupportInfo <Clone>$() #
Returns: EdnsSupportInfo
public virtual Boolean Equals(EdnsSupportInfo other) #
Returns: Boolean

Parameters

obj Object requiredposition: 0
public override Int32 GetHashCode() #
Returns: Int32
public override String ToString() #
Returns: String

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.

{{ include "footer" }}