API Reference
Class
DnsblEntry
Represents a DNSBL server configuration entry.
Inheritance
- Object
- DnsblEntry
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
- Method DNSBLAnalysis.GetDNSBL
- Property DnsblConfiguration.DomainBlockLists
- Property DnsblConfiguration.Providers
Constructors
DnsblEntry 2 overloads
public DnsblEntry() #Initializes a new instance of the DnsblEntry class.
public DnsblEntry(String domain, Boolean enabled = true, String comment = null, Int32 port = 53) #Initializes a new instance of the DnsblEntry class.
Parameters
- domain System.String
- enabled System.Boolean = true
- comment System.String = null
- port System.Int32 = 53
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String Domain { get; set; } #Gets or sets the blacklist domain.
public Boolean Enabled { get; set; } #Gets or sets a value indicating whether the entry is used during checks.
public String Comment { get; set; } #Gets or sets optional descriptive text.
public Dictionary<String, DnsblReplyCode> ReplyCodes { get; set; } #Gets or sets provider specific reply codes.
public Int32 Port { get; set; } #Gets or sets the DNS port to use for queries.