4 references to HeaderDictionary
Microsoft.AspNetCore.Diagnostics.Middleware.Tests (2)
Logging\HeaderReaderTests.cs (2)
22
var headers = new
HeaderDictionary
(new Dictionary<string, StringValues> { [HeaderNames.Accept] = MediaTypeNames.Text.Plain });
57
reader.Read(new
HeaderDictionary
(headers), listToFill);
Microsoft.AspNetCore.Http (1)
Features\FormFeature.cs (1)
275
file.Headers = new
HeaderDictionary
(section.Headers);
Microsoft.AspNetCore.Http.Connections (1)
Internal\HttpConnectionDispatcher.cs (1)
736
requestFeature.Headers = new
HeaderDictionary
(requestHeaders);