API Reference
Class
DNSQueryResult
Aggregates multiple DNSBL query outcomes for a host.
Inheritance
- Object
- DNSQueryResult
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 DNSBLAnalysis.Results
Constructors
public DNSQueryResult() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String Host { get; set; } #Gets or sets the host that was checked.
public IEnumerable<DNSBLRecord> DNSBLRecords { get; set; } #Gets or sets the DNSBL results.
public Int32 Listed { get; } #Gets the number of blacklists that reported a listing.
public List<String> ListedBlacklist { get; } #Gets the names of blacklists that reported a listing.
public Int32 NotListed { get; } #Gets the number of lists where the host was not found.
public Int32 Total { get; } #Gets the total number of DNSBL checks performed.
public Boolean IsBlacklisted { get; } #Gets a value indicating whether the host was listed on any blacklist.