Table of Contents

Interface IContentHeader

Namespace
RabbitMQ.Client
Assembly
RabbitMQ.Client.dll

A decoded AMQP content header frame.

public interface IContentHeader

Properties

ProtocolClassId

Retrieve the AMQP class ID of this content header.

ushort ProtocolClassId { get; }

Property Value

ushort

ProtocolClassName

Retrieve the AMQP class name of this content header.

string ProtocolClassName { get; }

Property Value

string