1 write to _trailingHeaders
System.Net.Http (1)
System\Net\Http\SocketsHttpHandler\Http3RequestStream.cs (1)
635
_trailingHeaders
= new HttpResponseHeaders(containsTrailingHeaders: true);
3 references to _trailingHeaders
System.Net.Http (3)
System\Net\Http\SocketsHttpHandler\Http3RequestStream.cs (3)
654
if (
_trailingHeaders
is not null)
656
responseMessage.StoreReceivedTrailingHeaders(
_trailingHeaders
);
1155
_trailingHeaders
!.TryAddWithoutValidation(descriptor.HeaderType.HasFlag(HttpHeaderType.Request) ? descriptor.AsCustomHeader() : descriptor, headerValue);