Implemented interface member:
property
Headers
Microsoft.AspNetCore.Http.Features.IHttpRequestFeature.Headers
10 writes to Headers
Microsoft.AspNetCore.Hosting.Tests (8)
HostingApplicationDiagnosticsTests.cs (8)
506Headers = new HeaderDictionary() 537Headers = new HeaderDictionary() 567Headers = new HeaderDictionary() 598Headers = new HeaderDictionary() 635Headers = new HeaderDictionary() 664Headers = new HeaderDictionary() 706Headers = new HeaderDictionary() 774Headers = 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);