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)
731
requestFeature.
Headers
= new HeaderDictionary(requestHeaders);