MailBee.NET Objects 4.0

DnsCache Members

DnsCache overview

Public Static Properties

Count Gets the number of DNS MX records already in the cache.
Enabled Gets or sets whether DNS records caching should be used.
SmtpMXMaxFailureCount Gets or sets the maximum number of seriated failures of the SMTP MX server required in order to consider the SMTP MX server down.
SmtpMXNextAttemptInterval Gets or sets the amount of time (in milliseconds) the failed SMTP MX server spends in quarantine.
Timeout Gets or sets the interval which specifies for how long DNS records in the cache remain actual.

Public Static Methods

Clear Removes all existing entries from the DNS cache.

Public Instance Methods

Equals (inherited from Object) Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object) Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object) Gets the Type of the current instance.
ToString (inherited from Object) Returns a String that represents the current Object.

Protected Instance Methods

Finalize (inherited from Object) Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object) Creates a shallow copy of the current Object.

See Also

DnsCache Class | MailBee.DnsMX Namespace | DnsServers