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)
654if (_trailingHeaders is not null) 656responseMessage.StoreReceivedTrailingHeaders(_trailingHeaders); 1155_trailingHeaders!.TryAddWithoutValidation(descriptor.HeaderType.HasFlag(HttpHeaderType.Request) ? descriptor.AsCustomHeader() : descriptor, headerValue);