A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://rabbitmq.github.io/rabbitmq-dotnet-client/api/RabbitMQ.Client.IBasicProperties.html below:

Interface IBasicProperties
Namespace
RabbitMQ.Client
Assembly
RabbitMQ.Client.dll

The AMQP Basic headers class interface, spanning the union of the functionality offered by versions 0-8, 0-8qpid, 0-9 and 0-9-1 of AMQP.

public interface IBasicProperties : IReadOnlyBasicProperties
Inherited Members
Properties AppId

Application Id.

string? AppId { get; set; }
Property Value
string
ClusterId

Intra-cluster routing identifier (cluster id is deprecated in AMQP 0-9-1).

string? ClusterId { get; set; }
Property Value
string
ContentEncoding

MIME content encoding.

string? ContentEncoding { get; set; }
Property Value
string
ContentType

MIME content type.

string? ContentType { get; set; }
Property Value
string
CorrelationId

Application correlation identifier.

string? CorrelationId { get; set; }
Property Value
string
DeliveryMode

Non-persistent (1) or persistent (2).

DeliveryModes DeliveryMode { get; set; }
Property Value
DeliveryModes
Expiration

Message expiration specification.

string? Expiration { get; set; }
Property Value
string

Message header field table. Is of type IDictionary<TKey, TValue>.

IDictionary<string, object?>? Headers { get; set; }
Property Value
IDictionary<string, object>
MessageId

Application message Id.

string? MessageId { get; set; }
Property Value
string
Persistent

Sets DeliveryMode to either persistent (2) or non-persistent (1).

bool Persistent { get; set; }
Property Value
bool
Priority

Message priority, 0 to 9.

byte Priority { get; set; }
Property Value
byte
ReplyTo

Destination to reply to.

string? ReplyTo { get; set; }
Property Value
string
ReplyToAddress

Convenience property; parses ReplyTo property using TryParse(string?, out PublicationAddress?), and serializes it using ToString(). Returns null if ReplyTo property cannot be parsed by TryParse(string?, out PublicationAddress?).

PublicationAddress? ReplyToAddress { get; set; }
Property Value
PublicationAddress
Timestamp

Message timestamp.

AmqpTimestamp Timestamp { get; set; }
Property Value
AmqpTimestamp
Type

Message type name.

string? Type { get; set; }
Property Value
string
UserId

User Id.

string? UserId { get; set; }
Property Value
string
Methods ClearAppId()

Clear the AppId property.

ClearClusterId()

Clear the ClusterId property (cluster id is deprecated in AMQP 0-9-1).

ClearContentEncoding()

Clear the ContentEncoding property.

void ClearContentEncoding()
ClearContentType()

Clear the ContentType property.

ClearCorrelationId()

Clear the CorrelationId property.

void ClearCorrelationId()
ClearDeliveryMode()

Clear the DeliveryMode property.

ClearExpiration()

Clear the Expiration property.

Clear the Headers property.

ClearMessageId()

Clear the MessageId property.

ClearPriority()

Clear the Priority property.

ClearReplyTo()

Clear the ReplyTo property.

ClearTimestamp()

Clear the Timestamp property.

ClearType()

Clear the Type property.

ClearUserId()

Clear the UserId property.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4