API Reference
Class
DnsAmplificationServerResult
Represents dns amplification server result data.
Inheritance
- Object
- DnsAmplificationServerResult
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
Constructors
public DnsAmplificationServerResult() #Methods
Inherited Methods
Properties
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 Nullable<Int32> RecursionRcode { get; set; } #Gets or sets the recursion rcode 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 IReadOnlyList<DnsAmplificationProbeResult> Probes { get; set; } #Gets or sets the probes value.