public static IHttpClientBuilder AddOutgoingGoogleTraceHandler(this IHttpClientBuilder clientBuilder)
Adds an UnchainedTraceHeaderPropagatingHandler to the HTTP client being built,
which will propagate trace information for outgoing requests, made with this client,
when the request being handled by this server is already being traced
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["This page documents `HttpClientBuilderExtensions`, a static class providing extension methods for `IHttpClientBuilder`."],["The latest version of the documented content is version 5.2.0, with older versions listed, such as 5.1.0, 5.0.0, 4.4.0 and the currently viewed 4.3.1."],["The primary method highlighted is `AddOutgoingGoogleTraceHandler`, which adds an `UnchainedTraceHeaderPropagatingHandler` to the HTTP client to propagate trace information for outgoing requests."],["The `AddOutgoingGoogleTraceHandler` method takes an `IHttpClientBuilder` as a parameter and returns an `IHttpClientBuilder`."]]],[]]