Domain Detective

API Reference

Class

DomainVerificationRecord

Namespace DnsClientX
Assembly DnsClientX
Modifiers sealed

Represents a TXT record used for domain verification tokens.

Inheritance

  • Object
  • DomainVerificationRecord

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 DomainVerificationRecord(String provider, String token) #

Initializes a new instance of the DomainVerificationRecord class.

Parameters

provider System.String requiredposition: 0
The provider key.
token System.String requiredposition: 1
The verification token.

Methods

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

Attempts to parse a domain verification TXT record.

Parameters

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

Returns

true if parsing succeeded.

Properties

public String Provider { get; } #

Gets the verification provider key.

public String Token { get; } #

Gets the verification token.

{{ include "footer" }}