4 references to ResponseCompressionOptions
Microsoft.AspNetCore.ResponseCompression (4)
ResponseCompressionProvider.cs (2)
30public ResponseCompressionProvider(IServiceProvider services, IOptions<ResponseCompressionOptions> options) 35var responseCompressionOptions = options.Value;
ResponseCompressionServicesExtensions.cs (2)
32/// <param name="configureOptions">A delegate to configure the <see cref="ResponseCompressionOptions"/>.</param> 34public static IServiceCollection AddResponseCompression(this IServiceCollection services, Action<ResponseCompressionOptions> configureOptions)