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