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