1 write to _acceptEncodingHeaderValue
System.Net.Http (1)
System\Net\Http\SocketsHttpHandler\DecompressionHandler.cs (1)
45_acceptEncodingHeaderValue = string.Join(", ", methods.Slice(0, count));
1 reference to _acceptEncodingHeaderValue
System.Net.Http (1)
System\Net\Http\SocketsHttpHandler\DecompressionHandler.cs (1)
71request.Headers.TryAddWithoutValidation(KnownHeaders.AcceptEncoding.Descriptor, _acceptEncodingHeaderValue);