API Reference
Class
DnsAmplificationProbeResult
Represents dns amplification probe result data.
Inheritance
- Object
- DnsAmplificationProbeResult
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 DnsAmplificationProbeResult() #Methods
Inherited Methods
Properties
public String QueryName { get; set; } #Gets or sets the query name value.
public DnsRecordType QueryType { get; set; } #Gets or sets the query type value.
public Int32 ClientUdpPayloadSize { get; set; } #Gets or sets the client udp payload size value.
public Boolean DnsSecOk { get; set; } #Gets or sets the dns sec ok value.
public Int32 QueryBytes { get; set; } #Gets or sets the query bytes value.
public Int32 ResponseBytes { get; set; } #Gets or sets the response bytes value.
public Boolean Truncated { get; set; } #Gets or sets the truncated value.
public Int32 Rcode { get; set; } #Gets or sets the rcode value.
public Double AmplificationFactor { get; set; } #Gets or sets the amplification factor value.