1 write to InboundHeaderName
Microsoft.AspNetCore.HeaderPropagation (1)
HeaderPropagationEntry.cs (1)
34InboundHeaderName = inboundHeaderName;
5 references to InboundHeaderName
Microsoft.AspNetCore.HeaderPropagation (5)
HeaderPropagationEntry.cs (1)
57/// corresponding to <see cref="InboundHeaderName"/> is present in the request. If the result
HeaderPropagationEntryCollection.cs (2)
16/// the value of <see cref="HeaderPropagationEntry.InboundHeaderName"/> and 29/// the value of <see cref="HeaderPropagationEntry.InboundHeaderName"/> and
HeaderPropagationMiddleware.cs (2)
71context.Request.Headers.TryGetValue(entry.InboundHeaderName, out var value); 74value = entry.ValueFilter(new HeaderPropagationContext(context, entry.InboundHeaderName, value));