Implemented interface member:
property
Headers
Microsoft.AspNetCore.Http.Features.IHttpRequestFeature.Headers
13 writes to Headers
Microsoft.AspNetCore.Hosting.Tests (11)
HostingApplicationDiagnosticsTests.cs (11)
812
Headers
= new HeaderDictionary()
843
Headers
= new HeaderDictionary()
872
Headers
= new HeaderDictionary()
902
Headers
= new HeaderDictionary()
933
Headers
= new HeaderDictionary()
970
Headers
= new HeaderDictionary()
999
Headers
= new HeaderDictionary()
1041
Headers
= new HeaderDictionary()
1111
Headers
= new HeaderDictionary()
1153
Headers
= new HeaderDictionary()
1210
Headers
= new HeaderDictionary()
Microsoft.AspNetCore.Http (1)
Features\HttpRequestFeature.cs (1)
16
Headers
= new HeaderDictionary();
Microsoft.AspNetCore.Http.Connections (1)
Internal\HttpConnectionDispatcher.cs (1)
736
requestFeature.
Headers
= new HeaderDictionary(requestHeaders);
1 reference to Headers
Microsoft.NET.Sdk.Razor.SourceGenerators.UnitTests (1)
RazorSourceGeneratorTestsBase.cs (1)
186
requestFeature.
Headers
.Host = "localhost";