1 write to InboundHeaderName
Microsoft.AspNetCore.HeaderPropagation (1)
HeaderPropagationEntry.cs (1)
34
InboundHeaderName
= 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)
71
context.Request.Headers.TryGetValue(entry.
InboundHeaderName
, out var value);
74
value = entry.ValueFilter(new HeaderPropagationContext(context, entry.
InboundHeaderName
, value));