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"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 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`."]]],[]]