API Reference
Class
DnsblTargetInfo
Provides dnsbl target info functionality.
Inheritance
- Object
- DnsblTargetInfo
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 DnsblInfo.Targets
Constructors
public DnsblTargetInfo() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String Key { get; set; } #Gets or sets the key value.
public String Label { get; set; } #Gets or sets the label value.
public String PrimaryPathway { get; set; } #Gets or sets the primary pathway value.
public IReadOnlyList<String> Pathways { get; set; } #Gets or sets the pathways value.
public IReadOnlyList<String> QueryKinds { get; set; } #Gets or sets the query kinds value.
public IReadOnlyList<String> SourceHosts { get; set; } #Gets or sets the source hosts value.
public Int32 ProvidersChecked { get; set; } #Gets or sets the providers checked value.
public Int32 ProvidersListed { get; set; } #Gets or sets the providers listed value.
public IReadOnlyList<String> ListedProviders { get; set; } #Gets or sets the listed providers value.
public String ExampleQuery { get; set; } #Gets or sets the example query value.