3 references to HttpResponseHeaders
System.Net.Http (3)
System\Net\Http\HttpResponseMessage.cs (2)
105
public HttpResponseHeaders Headers => _headers ??= new
HttpResponseHeaders
();
107
public HttpResponseHeaders TrailingHeaders => _trailingHeaders ??= new
HttpResponseHeaders
(containsTrailingHeaders: true);
System\Net\Http\SocketsHttpHandler\Http2Stream.cs (1)
774
_trailers ??= new
HttpResponseHeaders
(containsTrailingHeaders: true);