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)
71
request.Headers.TryAddWithoutValidation(KnownHeaders.AcceptEncoding.Descriptor,
_acceptEncodingHeaderValue
);