API Reference
OpenResolverResult
Detailed open resolver test result.
Inheritance
- Object
- OpenResolverResult
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 OpenResolverAnalysis.ServerDetails
- Property OpenResolverInfo.Details
Constructors
public OpenResolverResult() #Inherited Methods
public override Boolean Equals(Object obj) #BooleanParameters
- obj Object
Properties
public String Host { get; set; } #Gets or sets the host value.
public Int32 Port { get; set; } #Gets or sets the port value.
public Boolean IsOpenResolver { get; set; } #Gets or sets the is open resolver value.
public Nullable<Boolean> RaBitSet { get; set; } #Gets or sets the ra bit set value.
public Nullable<Int32> Rcode { get; set; } #Gets or sets the rcode value.
public Nullable<Int32> ResponseBytes { get; set; } #Gets or sets the response bytes value.
public Nullable<Int32> QueryTimeMs { get; set; } #Gets or sets the query time ms value.
public Nullable<Boolean> QrBitSet { get; set; } #Gets or sets the qr bit set value.
public Nullable<Boolean> AaBitSet { get; set; } #Gets or sets the aa bit set value.
public Nullable<Boolean> TcBitSet { get; set; } #Gets or sets the tc bit set value.
public Nullable<Boolean> RdBitSet { get; set; } #Gets or sets the rd bit set value.
public Nullable<Boolean> AdBitSet { get; set; } #Gets or sets the ad bit set value.
public Nullable<Boolean> CdBitSet { get; set; } #Gets or sets the cd bit set value.
public Nullable<Int32> Opcode { get; set; } #Gets or sets the opcode value.
public Nullable<Int32> QdCount { get; set; } #Gets or sets the qd count value.
public Nullable<Int32> AnCount { get; set; } #Gets or sets the an count value.
public Nullable<Int32> NsCount { get; set; } #Gets or sets the ns count value.
public Nullable<Int32> ArCount { get; set; } #Gets or sets the ar count value.