DnsList ClassIpswitch.Messaging.Framework
The base implementation of the DNS black/white lists
Inheritance Hierarchy

SystemObject
  IMailAPI_NETDnsList

Namespace: IMailAPI_NET
Assembly: IMailAPI_NET (in IMailAPI_NET.dll) Version: 1.0.0.0
Syntax

public class DnsList

The DnsList type exposes the following members.

Constructors

  NameDescription
Public methodDnsList
Domain/zone based constructor
Top
Methods

  NameDescription
Public methodCheckDomainList
This method checks if the domain passed in is found in the dns list.
Public methodCheckIPList
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.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Top
Properties

  NameDescription
Public propertyId
The universal identifier of the list in the registry
Public propertyListDomain
The domain or zone of the list which the ipaddress or domain will be prefixed to for searches
Public propertyName
The name of the list
Top
See Also

Reference