Domain Detective

API Reference

Class

AgentReadinessOptions

Namespace DomainDetective
Assembly DomainDetective
Modifiers sealed

Options controlling agent readiness probing.

Inheritance

  • Object
  • AgentReadinessOptions

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

Properties

public TimeSpan Timeout { get; set; } #

HTTP timeout for each probe.

public AgentReadinessScoreProfile ScoreProfile { get; set; } #

Score profile used for category weights.

public Boolean AllowHttpFallback { get; set; } #

When true, HTTP fallback is attempted after HTTPS origin probing fails.

public Int32 MaxBodyCharacters { get; set; } #

Maximum response body characters retained per probe.

public Int32 MaxEndpointProbes { get; set; } #

Maximum agent-facing endpoint probes, including endpoints discovered from Link headers and API catalogs.

public Boolean RestrictEndpointProbesToOriginHost { get; set; } #

When true, discovered endpoint probes are limited to the analyzed origin host.

public String UserAgent { get; set; } #

Optional user agent sent with probes.

{{ include "footer" }}