7 references to Add
HeaderPropagationSample (1)
Startup.cs (1)
35
options.Headers.
Add
("X-BetaFeatures", context =>
Microsoft.AspNetCore.HeaderPropagation.Tests (6)
HeaderPropagationMiddlewareTest.cs (6)
120
Configuration.Headers.
Add
("in", context =>
145
Configuration.Headers.
Add
("in", context => "test");
160
Configuration.Headers.
Add
("in", (context) => StringValues.Empty);
174
Configuration.Headers.
Add
("in", (context) => StringValues.Empty);
188
Configuration.Headers.
Add
("in", (context) => StringValues.Empty);
189
Configuration.Headers.
Add
("in", (context) => "Test");