2 references to HeaderCollection
Microsoft.AspNetCore.Server.IIS (2)
Core\IISHttpContext.cs (2)
141
private HeaderCollection HttpResponseTrailers => _trailers ??= new
HeaderCollection
(checkTrailers: true);
272
HttpResponseHeaders = new
HeaderCollection
();