API Reference
Enum
DomainIpScanMode
Controls which IPs are resolved and checked when a domain name is provided for DNSBL analysis. Domain-based DNSBL checks are always performed.
Inheritance
- Enum
- DomainIpScanMode
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
Accepted by parameters
Inherited Methods
public override sealed Int32 CompareTo(Object target) #Returns:
Int32Inherited from Enum
Parameters
- target Object
public override sealed String ToString(String format, IFormatProvider provider) #Returns:
StringInherited from Enum
Obsolete("The provider argument is not used. Use ToString(String) instead.")Parameters
- format String
Values
public const DomainIpScanMode ApexAAAAOnly #Resolve apex AAAA records only and check those IPs.
Value:
5public const DomainIpScanMode MxAndApex #Resolve both MX (A/AAAA) and apex (A/AAAA) and check all IPs.
Value:
6public const DomainIpScanMode MxThenApexFallback #Default. Resolve MX (A/AAAA) and check those IPs; if none are obtained, fall back to apex A/AAAA and check those IPs.
Value:
7