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