API Reference
Class
DnsTraceQuery
Provides dns trace query functionality.
Inheritance
- Object
- DnsTraceQuery
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 DnsTraceAnalysis.Queries
- Property DnsTraceInfo.Queries
Constructors
public DnsTraceQuery() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public DnsRecordType RecordType { get; set; } #Gets or sets the record type value.
public String OriginalName { get; set; } #Gets or sets the original name value.
public String FinalName { get; set; } #Gets or sets the final name value.
public DnsResponseCode FinalResponseStatus { get; set; } #Gets or sets the final response status value.
public DnsTraceQueryStatus Status { get; set; } #Gets or sets the status value.
public String FailureReason { get; set; } #Gets or sets the failure reason value.
public List<DnsTraceStep> Steps { get; } #Gets the steps value.
public List<String> CnameTargets { get; } #Captured CNAME targets followed during trace (best-effort).