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