HeaderPropagationExtensions.AddHeaderPropagation(HttpClient) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Loads incoming request headers based on a list of headers to propagate into the HttpClient.
public static void AddHeaderPropagation(this System.Net.Http.HttpClient httpClient);
static member AddHeaderPropagation : System.Net.Http.HttpClient -> unit
<Extension()>
Public Sub AddHeaderPropagation (httpClient As HttpClient)
Parameters
- httpClient
- HttpClient
The HttpClient.