Edit

Share via


HttpClientLatencyTelemetryOptions.EnableDetailedLatencyBreakdown Property

Definition

Gets or sets a value indicating whether to collect detailed latency breakdown of HttpClient call.

public:
 property bool EnableDetailedLatencyBreakdown { bool get(); void set(bool value); };
public bool EnableDetailedLatencyBreakdown { get; set; }
member this.EnableDetailedLatencyBreakdown : bool with get, set
Public Property EnableDetailedLatencyBreakdown As Boolean

Property Value

The default value is true.

Remarks

Detailed breakdowns add checkpoints for HTTP operations, such as connection open and request headers sent.

Applies to