Implemented interface member:
property
Headers
Microsoft.AspNetCore.Http.Features.IHttpRequestFeature.Headers
11 writes to Headers
Microsoft.AspNetCore.Hosting.Tests (9)
HostingApplicationDiagnosticsTests.cs (9)
741
Headers
= new HeaderDictionary()
772
Headers
= new HeaderDictionary()
801
Headers
= new HeaderDictionary()
831
Headers
= new HeaderDictionary()
862
Headers
= new HeaderDictionary()
899
Headers
= new HeaderDictionary()
928
Headers
= new HeaderDictionary()
970
Headers
= new HeaderDictionary()
1038
Headers
= new HeaderDictionary()
Microsoft.AspNetCore.Http (1)
Features\HttpRequestFeature.cs (1)
16
Headers
= new HeaderDictionary();
Microsoft.AspNetCore.Http.Connections (1)
Internal\HttpConnectionDispatcher.cs (1)
731
requestFeature.
Headers
= new HeaderDictionary(requestHeaders);