API Reference
Class
SpfRecord
Represents a parsed SPF TXT record.
Inheritance
- Object
- SpfRecord
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Accepted by parameters
- Method SpfRecord.TryParse
Constructors
Methods
public static Boolean TryParse(String record, out SpfRecord result) #Returns:
BooleanAttempts to parse an SPF record.
Parameters
- record System.String
- Raw TXT record.
- result DnsClientX.SpfRecord@
- Parsed record.
Returns
true if parsing succeeded.
Inherited Methods
Properties
public IReadOnlyList<String> Mechanisms { get; } #Gets the SPF mechanisms.