public class SpfValidator : ValidatorBase<SpfRecord>
Public Class SpfValidator
Inherits ValidatorBase(Of SpfRecord)
public ref class SpfValidator : public ValidatorBase<SpfRecord^>
type SpfValidator =
class
inherit ValidatorBase<SpfRecord>
end
SpfValidator | Initializes a new instance of the SpfValidator class |
DnsLookupLimit |
The maximum number of DNS lookups allowed
Default is 20 (Inherited from ValidatorBaseT) |
DnsResolver |
DnsResolver which is used for DNS lookups
Default is a Stub DNS resolver using the local configured upstream servers (Inherited from ValidatorBaseT) |
HeloDomain |
Domain name which was used in HELO/EHLO
(Inherited from ValidatorBaseT) |
LocalDomain |
Name of the computer validating the record
Default is the computer name (Inherited from ValidatorBaseT) |
LocalIP |
IP address of the computer validating the record
Default is the first IP the computer (Inherited from ValidatorBaseT) |
CheckHost(IPAddress, DomainName, String, Boolean) |
Validates the record(s)
(Inherited from ValidatorBaseT) |
CheckHost(IPAddress, String, String, Boolean) |
Validates the record(s)
(Inherited from ValidatorBaseT) |
CheckHostAsync(IPAddress, DomainName, String, Boolean, CancellationToken) |
Validates the record(s)
(Inherited from ValidatorBaseT) |
CheckHostAsync(IPAddress, String, String, Boolean, CancellationToken) |
Validates the record(s)
(Inherited from ValidatorBaseT) |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetHashCode | Serves as the default hash function. (Inherited from Object) |
GetType | Gets the Type of the current instance. (Inherited from Object) |
ToString | Returns a string that represents the current object. (Inherited from Object) |