Domain Detective

API Reference

Class

DmarcRecord

Namespace DnsClientX
Assembly DnsClientX
Modifiers sealed

Represents a parsed DMARC TXT record.

Inheritance

  • Object
  • DmarcRecord

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Accepted by parameters

Constructors

public DmarcRecord(IReadOnlyDictionary<String, String> tags) #

Initializes a new instance of the DmarcRecord class.

Parameters

tags System.Collections.Generic.IReadOnlyDictionary{System.String,System.String} requiredposition: 0
Tags parsed from the record.

Methods

public static Boolean TryParse(String record, out DmarcRecord result) #
Returns: Boolean

Attempts to parse a DMARC record.

Parameters

record System.String requiredposition: 0
Raw TXT record.
result DnsClientX.DmarcRecord@ requiredposition: 1
Parsed record.

Returns

true if parsing succeeded.

Properties

public IReadOnlyDictionary<String, String> Tags { get; } #

Gets the record tags.

{{ include "footer" }}