1 write to _decompressionHandlerFactory
System.Net.Http (1)
System\Net\Http\SocketsHttpHandler\SocketsHttpHandler.cs (1)
575
_decompressionHandlerFactory
??= (settings, handler) => new DecompressionHandler(settings._automaticDecompression, handler);
2 references to _decompressionHandlerFactory
System.Net.Http (2)
System\Net\Http\SocketsHttpHandler\SocketsHttpHandler.cs (2)
558
Debug.Assert(
_decompressionHandlerFactory
is not null);
559
handler =
_decompressionHandlerFactory
(settings, handler);