Table of Contents

Interface ICompressFeature

Namespace
IceRpc.Features
Assembly
IceRpc.dll

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; }

Property Value

bool

true if the payload should be compressed; false if the payload should be kept as-is.