API Reference
Class
AgentReadinessOptions
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
public AgentReadinessOptions() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.