The base implementation of the DNS black/white lists
Inheritance Hierarchy
IMailAPI_NETDnsList
Namespace: IMailAPI_NET
Assembly: IMailAPI_NET (in IMailAPI_NET.dll) Version: 1.0.0.0
Syntax
The DnsList type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | DnsList |
Domain/zone based constructor
|
Methods
Name | Description | |
---|---|---|
![]() | CheckDomainList |
This method checks if the domain passed in is found in the dns list.
|
![]() | CheckIPList |
This method reverses the octets of the IP address and prefixes it to the list domain and does a dns lookup
to determine if the ip address is in the list.
|
![]() | Equals | (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
![]() | Id |
The universal identifier of the list in the registry
|
![]() | ListDomain |
The domain or zone of the list which the ipaddress or domain will be prefixed to for searches
|
![]() | Name |
The name of the list
|
See Also