API Reference
Class
DnsAmplificationServerInfo
Provides dns amplification server info functionality.
Inheritance
- Object
- DnsAmplificationServerInfo
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 DnsAmplificationSummary.Servers
Constructors
public DnsAmplificationServerInfo() #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 String NameServerHost { get; set; } #Gets or sets the name server host value.
public String ServerIp { get; set; } #Gets or sets the server ip value.
public Boolean OpenRecursion { get; set; } #Gets or sets the open recursion value.
public Boolean EdnsSupported { get; set; } #Gets or sets the edns supported value.
public Nullable<Int32> EdnsUdpPayloadSize { get; set; } #Gets or sets the edns udp payload size value.
public Boolean EdnsTruncatedUdp { get; set; } #Gets or sets the edns truncated udp value.
public Nullable<DnsRecordType> WorstProbeType { get; set; } #Gets or sets the worst probe type value.
public String WorstProbeName { get; set; } #Gets or sets the worst probe name value.
public Int32 WorstProbeResponseBytes { get; set; } #Gets or sets the worst probe response bytes value.
public Boolean WorstProbeTruncated { get; set; } #Gets or sets the worst probe truncated value.
public Double WorstProbeAmplificationFactor { get; set; } #Gets or sets the worst probe amplification factor value.