Table of Contents

Class MessageProperties

Namespace
Tp.RabbitMq
Assembly
Tp.RabbitMq.dll
public class MessageProperties
Inheritance
MessageProperties
Inherited Members

Constructors

MessageProperties()

public MessageProperties()

MessageProperties(IReadOnlyDictionary<string, string>)

public MessageProperties(IReadOnlyDictionary<string, string> headers)

Parameters

headers IReadOnlyDictionary<string, string>

MessageProperties(string)

public MessageProperties(string correlationId)

Parameters

correlationId string

MessageProperties(string, string)

public MessageProperties(string replyTo, string correlationId)

Parameters

replyTo string
correlationId string

MessageProperties(string, string, IReadOnlyDictionary<string, string>)

public MessageProperties(string replyTo, string correlationId, IReadOnlyDictionary<string, string> headers)

Parameters

replyTo string
correlationId string
headers IReadOnlyDictionary<string, string>

Properties

CorrelationId

public string CorrelationId { get; }

Property Value

string

Headers

public IReadOnlyDictionary<string, string> Headers { get; }

Property Value

IReadOnlyDictionary<string, string>

ReplyTo

public string ReplyTo { get; }

Property Value

string

Methods

FromBasicProperties(IBasicProperties)

public static MessageProperties FromBasicProperties(IBasicProperties basicProperties)

Parameters

basicProperties IBasicProperties

Returns

MessageProperties

ToString()

public override string ToString()

Returns

string