Implemented interface member:
property
Headers
Microsoft.AspNetCore.Http.Features.IHttpRequestFeature.Headers
13 writes to Headers
Microsoft.AspNetCore.Hosting.Tests (11)
HostingApplicationDiagnosticsTests.cs (11)
806
Headers
= new HeaderDictionary()
837
Headers
= new HeaderDictionary()
866
Headers
= new HeaderDictionary()
896
Headers
= new HeaderDictionary()
927
Headers
= new HeaderDictionary()
964
Headers
= new HeaderDictionary()
993
Headers
= new HeaderDictionary()
1035
Headers
= new HeaderDictionary()
1105
Headers
= new HeaderDictionary()
1147
Headers
= new HeaderDictionary()
1204
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);