API Reference
Class
EdnsServerInfo
Provides edns server info functionality.
Inheritance
- Object
- EdnsServerInfo
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 EdnsSupportSummary.Servers
Constructors
public EdnsServerInfo() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String Key { get; set; } #Gets or sets the key value.
public Boolean Supported { get; set; } #Gets or sets the supported value.
public Int32 UdpPayloadSize { get; set; } #Gets or sets the udp payload size value.
public Boolean DoBit { get; set; } #Gets or sets the do bit value.
public Boolean TruncatedUdp { get; set; } #Gets or sets the truncated udp value.