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