10 references to HeaderDictionary
Microsoft.AspNetCore.Http (1)
Features\FormFeature.cs (1)
275file.Headers = new HeaderDictionary(section.Headers);
Microsoft.AspNetCore.Http.Abstractions.Microbenchmarks (1)
GetHeaderSplitBenchmark.cs (1)
23_dictionary = new HeaderDictionary(dict);
Microsoft.AspNetCore.Http.Connections (1)
Internal\HttpConnectionDispatcher.cs (1)
731requestFeature.Headers = new HeaderDictionary(requestHeaders);
Microsoft.AspNetCore.Http.Tests (4)
HeaderDictionaryTests.cs (4)
23var headers = new HeaderDictionary( 43var headers = new HeaderDictionary( 58var headers = new HeaderDictionary( 71var headers = new HeaderDictionary(
Microsoft.AspNetCore.Server.HttpSys.FunctionalTests (3)
RequestHeaderTests.cs (3)
116var headerDictionary = new HeaderDictionary(new Dictionary<string, StringValues> { 139var headerDictionary = new HeaderDictionary(new Dictionary<string, StringValues> { 170var headerDictionary = new HeaderDictionary(new Dictionary<string, StringValues> {