Domain Detective

API Reference

Class

PassiveCtDiagnosticEntry

Namespace DomainDetective
Assembly DomainDetective
Modifiers sealed

Structured passive/public CT provider diagnostic captured alongside inventory snapshots.

Inheritance

  • Object
  • PassiveCtDiagnosticEntry

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 PassiveCtDiagnosticEntry() #

Properties

public String Scope { get; set; } #

Gets or sets the scope value.

public String QueryKind { get; set; } #

Gets or sets the query kind value.

public String SourceName { get; set; } #

Gets or sets the source name value.

public String RequestUrl { get; set; } #

Gets or sets the request url value.

public String State { get; set; } #

Gets or sets the state value.

public Boolean RetrySuggested { get; set; } #

Gets or sets the retry suggested value.

public Nullable<DateTimeOffset> CooldownUntilUtc { get; set; } #

Gets or sets the cooldown until utc value.

public Nullable<Int32> RetryAfterSeconds { get; set; } #

Gets or sets the retry after seconds value.

public String Failure { get; set; } #

Gets or sets the failure value.

{{ include "footer" }}