1 write to ResponseCompressionAlgorithm
Microsoft.AspNetCore.Grpc.JsonTranscoding (1)
src\Grpc\JsonTranscoding\src\Shared\Server\MethodOptions.cs (1)
88
ResponseCompressionAlgorithm
= responseCompressionAlgorithm;
3 references to ResponseCompressionAlgorithm
Microsoft.AspNetCore.Grpc.JsonTranscoding (3)
src\Grpc\JsonTranscoding\src\Shared\Server\MethodOptions.cs (3)
91
if (
ResponseCompressionAlgorithm
!= null)
93
if (!CompressionProviders.TryGetValue(
ResponseCompressionAlgorithm
, out var _))
95
throw new InvalidOperationException($"The configured response compression algorithm '{
ResponseCompressionAlgorithm
}' does not have a matching compression provider.");