1 write to _trailers
System.Net.Http (1)
System\Net\Http\SocketsHttpHandler\Http2Stream.cs (1)
774
_trailers
??= new HttpResponseHeaders(containsTrailingHeaders: true);
4 references to _trailers
System.Net.Http (4)
System\Net\Http\SocketsHttpHandler\Http2Stream.cs (4)
710
Debug.Assert(
_trailers
!= null);
712
_trailers
.TryAddWithoutValidation((descriptor.HeaderType & HttpHeaderType.Request) == HttpHeaderType.Request ? descriptor.AsCustomHeader() : descriptor, headerValue);
1260
if (
_trailers
!= null)
1262
responseMessage.StoreReceivedTrailingHeaders(
_trailers
);