Table of Contents

Enum RequestFieldKey

Namespace
IceRpc
Assembly
IceRpc.dll

The keys of fields carried by icerpc request headers.

public enum RequestFieldKey : ulong

Fields

Context = 0

The string-string dictionary field.

TraceContext = 1

The W3C Trace Context field used by the telemetry interceptor and middleware.

CompressionFormat = 2

The compression format of the payload.

Deadline = 3

The deadline of the request, provided "for info" to the service.

Idempotent = 4

The idempotent field.

Remarks

The Slice compiler generated this enum from the Slice enum IceRpc::RequestFieldKey.