Interface ICompressFeature
Indicates whether or not the payload of an icerpc request or response should be compressed.
public interface ICompressFeature
Remarks
An interceptor or middleware needs to perform this compression.
Properties
Value
Gets a value indicating whether or not to compress the payload of an outgoing request or response.
bool Value { get; }